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