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.
|
Modifier and Type | Class and Description |
---|---|
static class |
LLJava.Goto
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Return
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Throw
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Jump |
LLJava.Jump.doclone()
Clones this object.
|
LLJava.Jump |
LLJava.Jump.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.Jump> |
LLJava.__Patterns.term_Jump(Pattern<? super LLJava.Instruction> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Jump e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Jump e0) |
protected void |
LLJava.Visitor.action(LLJava.Jump e0) |
protected void |
LLJava.__Formatter.action(LLJava.Jump el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Jump e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Jump e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Jump e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Jump e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Jump el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Jump(Pattern<? super LLJava.Jump> p) |
static Pattern<? super LLJava.Goto> |
LLJava.__Patterns.term_Goto(Pattern<? super LLJava.Jump> superpattern,
Pattern<? super LLJava.GotoPoint> p_target) |
static Pattern<? super LLJava.Return> |
LLJava.__Patterns.term_Return(Pattern<? super LLJava.Jump> superpattern) |
static Pattern<? super LLJava.Throw> |
LLJava.__Patterns.term_Throw(Pattern<? super LLJava.Jump> superpattern) |
see also the complete user documentation .