Uses of Class
eu.bandm.tools.lljava.absy.LLJava.MemberReference
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.MemberReference in eu.bandm.tools.lljava.absy
Modifier and TypeClassDescriptionstatic class
Syntactic expression denoting a field reference.static class
Syntactic expression denoting a method reference.Modifier and TypeMethodDescriptionLLJava.MemberReference.doclone()
Clones this object.LLJava.MethodHandleTarget.get_target()
Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic 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.MemberReference>
LLJava.MemberReference.get_fullName
(Pattern<? super LLJava.MemberFullName> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.MemberReference>
LLJava.__Patterns.term_MemberReference
(Pattern<? super LLJava.Node> superpattern, Pattern<? super LLJava.MemberFullName> p_fullName, Pattern<? super LLJava.MemberRef> p_entry) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.MemberReference el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.MemberReference e0) protected void
LLJava.MultiVisitor.action
(LLJava.MemberReference e0) protected void
LLJava.Visitor.action
(LLJava.MemberReference e0) protected void
LLJava.MultiVisitor.descend
(LLJava.MemberReference e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.MemberReference e0) protected void
LLJava.MultiVisitor.post
(LLJava.MemberReference e0) protected void
LLJava.MultiVisitor.pre
(LLJava.MemberReference e0) boolean
LLJava.FieldAccess.set_target
(LLJava.MemberReference val) Generated by umod; model author's documentation MISSING.boolean
LLJava.Invoke.set_target
(LLJava.MemberReference val) Generated by umod; model author's documentation MISSING.protected Format
LLJava.__Formatter.toFormat
(LLJava.MemberReference el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_MemberReference
(Pattern<? super LLJava.MemberReference> p) static Pattern<LLJava.MethodHandleTarget>
LLJava.MethodHandleTarget.get_target
(Pattern<? super LLJava.MemberReference> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.FieldReference>
LLJava.__Patterns.term_FieldReference
(Pattern<? super LLJava.MemberReference> superpattern, Pattern<? super LLJava.TypeExpr> p_type) static Pattern<LLJava.MethodReference>
LLJava.__Patterns.term_MethodReference
(Pattern<? super LLJava.MemberReference> superpattern, Pattern<? super Boolean> p_asInterface, Pattern<? super LLJava.ResultExpr> p_result, Pattern<? super CheckedList<LLJava.MethodReferenceParameter>> p_parameters, Pattern<? super LLJava.InvokeDynamic> p_dynamicEntry)