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 | Field and Description |
---|---|
protected LLJava.FieldRef |
LLJava.FieldReference.entry
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.FieldRef |
LLJava.FieldRef.doclone()
Clones this object.
|
LLJava.FieldRef |
LLJava.FieldReference.get_entry()
Generated by umod; model author's documentation MISSING.
|
LLJava.FieldRef |
LLJava.FieldRef.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.FieldRef> |
LLJava.__Patterns.term_FieldRef(Pattern<? super LLJava.MemberRef> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.FieldRef e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.FieldRef e0) |
protected void |
LLJava.Visitor.action(LLJava.FieldRef e0) |
protected void |
LLJava.__Formatter.action(LLJava.FieldRef el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.FieldRef e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.FieldRef e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.FieldRef e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.FieldRef e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.FieldRef el) |
boolean |
LLJava.FieldRef.x_equals(LLJava.FieldRef e0) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_FieldRef(Pattern<? super LLJava.FieldRef> p) |
Modifier and Type | Method and Description |
---|---|
protected LLJava.FieldRef |
Decoder.getFieldRef(int index) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.FieldRef e) |
protected LLJava.FieldReference |
Decoder.unparse(LLJava.FieldRef ref) |
see also the complete user documentation .