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 | Class and Description |
---|---|
static class |
LLJava.AbstractMethodRef
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.FieldRef
Generated by umod; model author's documentation MISSING.
|
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.MemberRef |
LLJava.MethodHandle.reference
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.MemberRef |
LLJava.MemberRef.doclone()
Clones this object.
|
LLJava.MemberRef |
LLJava.MemberReference.get_entry() |
LLJava.MemberRef |
LLJava.MethodHandle.get_reference()
Generated by umod; model author's documentation MISSING.
|
LLJava.MemberRef |
LLJava.MemberRef.initFrom(Object o0)
Copies values of all common fields from the argument.
|
LLJava.MemberRef |
LLJava.MemberRef.with_nametype(LLJava.NameAndType val)
Generated by umod; model author's documentation MISSING.
|
LLJava.MemberRef |
LLJava.MemberRef.with_owner(LLJava.ClassRef val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.MemberRef> |
LLJava.MemberRef.get_nametype(Pattern<? super LLJava.NameAndType> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MemberRef> |
LLJava.MemberRef.get_owner(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.MemberRef> |
LLJava.__Patterns.term_MemberRef(Pattern<? super LLJava.ConstantPoolEntry> superpattern,
Pattern<? super LLJava.ClassRef> p_owner,
Pattern<? super LLJava.NameAndType> p_nametype) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.MemberRef e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.MemberRef e0) |
protected void |
LLJava.Visitor.action(LLJava.MemberRef e0) |
protected void |
LLJava.__Formatter.action(LLJava.MemberRef el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.MemberRef e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.MemberRef e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.MemberRef e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.MemberRef e0) |
boolean |
LLJava.FieldReference.set_entry(LLJava.MemberRef val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.MethodReference.set_entry(LLJava.MemberRef val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.MemberRef el) |
LLJava.MethodHandle |
LLJava.MethodHandle.with_reference(LLJava.MemberRef val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_MemberRef(Pattern<? super LLJava.MemberRef> p) |
static Pattern<LLJava.MemberReference> |
LLJava.MemberReference.get_entry(Pattern<? super LLJava.MemberRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.MethodHandle> |
LLJava.MethodHandle.get_reference(Pattern<? super LLJava.MemberRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.AbstractMethodRef> |
LLJava.__Patterns.term_AbstractMethodRef(Pattern<? super LLJava.MemberRef> superpattern) |
static Pattern<? super LLJava.FieldRef> |
LLJava.__Patterns.term_FieldRef(Pattern<? super LLJava.MemberRef> superpattern) |
static Pattern<? super LLJava.MemberReference> |
LLJava.__Patterns.term_MemberReference(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.MemberFullName> p_fullName,
Pattern<? super LLJava.MemberRef> p_entry) |
static Pattern<? super LLJava.MethodHandle> |
LLJava.__Patterns.term_MethodHandle(Pattern<? super LLJava.Loadable> superpattern,
Pattern<? super LLJava.HandleKind> p_kind,
Pattern<? super LLJava.MemberRef> p_reference) |
Constructor and Description |
---|
MethodHandle(LLJava.HandleKind kind,
LLJava.MemberRef reference)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
see also the complete user documentation .