Package | Description |
---|---|
eu.bandm.tools.lljava.absy |
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
|
eu.bandm.tools.lljava.parser |
Modifier and Type | Field and Description |
---|---|
protected LLJava.Condition |
LLJava.If.condition
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Condition |
LLJava.If.get_condition()
Generated by umod; model author's documentation MISSING.
|
static LLJava.Condition |
LLJava.Condition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LLJava.Condition[] |
LLJava.Condition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Format |
FormatUtils.condition(LLJava.Condition condition) |
static LLJava.Instruction |
Factory.if_(LLJava.Condition cond,
LLJava.Name target) |
boolean |
LLJava.If.set_condition(LLJava.Condition val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.If> |
LLJava.If.get_condition(Pattern<? super LLJava.Condition> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.If> |
LLJava.__Patterns.term_If(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super Boolean> p_neg,
Pattern<? super LLJava.Condition> p_condition,
Pattern<? super LLJava.CodePoint> p_body) |
Constructor and Description |
---|
If(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/..". |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Condition> |
LLJavaGrammar.condition |
Modifier and Type | Method and Description |
---|---|
protected 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 Type | Method and Description |
---|---|
protected 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) |
see also the complete user documentation .