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