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 | Class and Description |
---|---|
static class |
LLJava.InterfaceMethodRef
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.MethodRef
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected LLJava.AbstractMethodRef |
LLJava.MethodReference.entry
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.AbstractMethodRef |
LLJava.AbstractMethodRef.doclone()
Clones this object.
|
LLJava.AbstractMethodRef |
LLJava.MethodReference.get_entry()
Generated by umod; model author's documentation MISSING.
|
LLJava.AbstractMethodRef |
LLJava.AbstractMethodRef.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.AbstractMethodRef> |
LLJava.__Patterns.term_AbstractMethodRef(Pattern<? super LLJava.MemberRef> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.AbstractMethodRef e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.AbstractMethodRef e0) |
protected void |
LLJava.Visitor.action(LLJava.AbstractMethodRef e0) |
protected void |
LLJava.__Formatter.action(LLJava.AbstractMethodRef el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.AbstractMethodRef e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.AbstractMethodRef e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.AbstractMethodRef e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.AbstractMethodRef e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.AbstractMethodRef el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_AbstractMethodRef(Pattern<? super LLJava.AbstractMethodRef> p) |
static Pattern<? super LLJava.InterfaceMethodRef> |
LLJava.__Patterns.term_InterfaceMethodRef(Pattern<? super LLJava.AbstractMethodRef> superpattern) |
static Pattern<? super LLJava.MethodRef> |
LLJava.__Patterns.term_MethodRef(Pattern<? super LLJava.AbstractMethodRef> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected LLJava.AbstractMethodRef |
Decoder.getAbstractMethodRef(int index) |
Modifier and Type | Method and Description |
---|---|
protected LLJava.MethodReference |
Decoder.unparse(LLJava.AbstractMethodRef ref) |
see also the complete user documentation .