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 | Method and Description |
---|---|
LLJava.Dynamic |
LLJava.Dynamic.doclone()
Clones this object.
|
LLJava.Dynamic |
LLJava.Dynamic.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.Dynamic> |
LLJava.__Patterns.term_Dynamic(Pattern<? super LLJava.AbstractDynamic> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Dynamic e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Dynamic e0) |
protected void |
LLJava.Visitor.action(LLJava.Dynamic e0) |
protected void |
LLJava.__Formatter.action(LLJava.Dynamic el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Dynamic e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Dynamic e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Dynamic e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Dynamic e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Dynamic el) |
boolean |
LLJava.Dynamic.x_equals(LLJava.Dynamic e0) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Dynamic(Pattern<? super LLJava.Dynamic> p) |
see also the complete user documentation .