Uses of Enum Class
eu.bandm.tools.lljava.absy.LLJava.Condition
Package
Description
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
-
Uses of LLJava.Condition in eu.bandm.tools.lljava.absy
Modifier and TypeFieldDescriptionprotected LLJava.Condition
LLJava.If.condition
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.If.get_condition()
Generated by umod; model author's documentation MISSING.(package private) static LLJava.Condition
CodeSerializer.negate
(LLJava.Condition c) static LLJava.Condition
Returns the enum constant of this class with the specified name.static LLJava.Condition[]
LLJava.Condition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Format
FormatUtils.condition
(LLJava.Condition condition) (package private) static LLJava.Condition
CodeSerializer.negate
(LLJava.Condition c) boolean
LLJava.If.set_condition
(LLJava.Condition val) Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.If.get_condition
(Pattern<? super LLJava.Condition> p) Lifts a pattern which matches the field value to one which matches this whole object.ModifierConstructorDescriptionIf
(boolean neg, LLJava.Condition condition, LLJava.CodePoint body) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".If
(LLJava.Condition condition, LLJava.CodePoint body) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". -
Uses of LLJava.Condition in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionprotected abstract LLJava.Condition
LLJavaGrammar.condition
(Reducer.Context<SourceId> context, LLJavaLexer.TokenType operator, LLJava.LoadArgument operand) protected LLJava.Condition
LLJavaParser.condition
(Reducer.Context<SourceId> context, LLJavaLexer.TokenType operator, LLJava.LoadArgument operand) Modifier and TypeMethodDescriptionprotected abstract LLJava.If
LLJavaGrammar.ifInstruction
(Reducer.Context<SourceId> context, boolean negative, LLJava.Condition condition, LLJava.CodePoint target) protected LLJava.If
LLJavaParser.ifInstruction
(Reducer.Context<SourceId> context, boolean negative, LLJava.Condition condition, LLJava.CodePoint target)