Uses of Class
eu.bandm.tools.lljava.absy.LLJava.MemberRef
Package
Description
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
-
Uses of LLJava.MemberRef in eu.bandm.tools.lljava.absy
Modifier and TypeClassDescriptionstatic class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionprotected LLJava.MemberRef
LLJava.MethodHandle.reference
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.MemberRef.doclone()
Clones this object.LLJava.MemberReference.get_entry()
LLJava.MethodHandle.get_reference()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.LLJava.MemberRef.with_nametype
(LLJava.NameAndType val) Generated by umod; model author's documentation MISSING.LLJava.MemberRef.with_owner
(LLJava.ClassRef val) Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionstatic 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<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 TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.MemberRef el) 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.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.with_reference
(LLJava.MemberRef val) Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.__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<LLJava.AbstractMethodRef>
LLJava.__Patterns.term_AbstractMethodRef
(Pattern<? super LLJava.MemberRef> superpattern) static Pattern<LLJava.FieldRef>
LLJava.__Patterns.term_FieldRef
(Pattern<? super LLJava.MemberRef> superpattern) ModifierConstructorDescriptionMethodHandle
(LLJava.HandleKind kind, LLJava.MemberRef reference) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".