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