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.codec | |
eu.bandm.tools.lljava.parser |
Modifier and Type | Method and Description |
---|---|
LLJava.If |
LLJava.If.doclone()
Clones this object.
|
LLJava.If |
LLJava.If.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.If> |
LLJava.If.get_body(Pattern<? super LLJava.CodePoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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<LLJava.If> |
LLJava.If.get_neg(Pattern<? super Boolean> 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) |
Modifier and Type | Method and Description |
---|---|
protected void |
CodeSerializer.action(LLJava.If i) |
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.If e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.If e0) |
protected void |
LLJava.Visitor.action(LLJava.If e0) |
protected void |
LLJava.__Formatter.action(LLJava.If el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.If e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.If e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.If e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.If e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.If el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_If(Pattern<? super LLJava.If> p) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.If x) |
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) |
Modifier and Type | Method and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.If> |
LLJavaGrammar.ifInstruction(Expression<SourceId,LLJavaLexer.TokenType,LLJava.Block> block) |
see also the complete user documentation .