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.CustomAttribute |
LLJava.CustomAttribute.doclone()
Clones this object.
|
LLJava.CustomAttribute |
LLJava.CustomAttribute.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.CustomAttribute> |
LLJava.CustomAttribute.get_attrs(Pattern<? super CheckedList<LLJava.Attribute>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.CustomAttribute> |
LLJava.__Patterns.term_CustomAttribute(Pattern<? super LLJava.Attribute> superpattern,
Pattern<? super CheckedList<LLJava.Attribute>> p_attrs) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.CustomAttribute e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.CustomAttribute e0) |
protected void |
LLJava.Visitor.action(LLJava.CustomAttribute e0) |
protected void |
LLJava.__Formatter.action(LLJava.CustomAttribute el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.CustomAttribute e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.CustomAttribute e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.CustomAttribute e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.CustomAttribute e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.CustomAttribute el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_CustomAttribute(Pattern<? super LLJava.CustomAttribute> p) |
see also the complete user documentation .