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