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.Goto |
LLJava.Goto.doclone()
Clones this object.
|
LLJava.Goto |
LLJava.Goto.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.Goto> |
LLJava.Goto.get_target(Pattern<? super LLJava.GotoPoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Goto> |
LLJava.__Patterns.term_Goto(Pattern<? super LLJava.Jump> superpattern,
Pattern<? super LLJava.GotoPoint> p_target) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Goto e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Goto e0) |
protected void |
LLJava.Visitor.action(LLJava.Goto e0) |
protected void |
LLJava.__Formatter.action(LLJava.Goto el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Goto e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Goto e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Goto e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Goto e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Goto el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Goto(Pattern<? super LLJava.Goto> p) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.Goto x) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Goto> |
LLJavaGrammar.gotoInstruction |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Goto |
LLJavaGrammar.gotoInstruction(Reducer.Context<SourceId> context,
LLJava.GotoPoint target) |
protected LLJava.Goto |
LLJavaParser.gotoInstruction(Reducer.Context<SourceId> context,
LLJava.GotoPoint target) |
see also the complete user documentation .