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