Uses of Class
eu.bandm.tools.lljava.absy.LLJava.MethodReference
Packages that use LLJava.MethodReference
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.MethodReference in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy declared as LLJava.MethodReferenceModifier and TypeFieldDescriptionprotected LLJava.MethodReference
LLJava.Invoke.target
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.MethodReferenceModifier and TypeMethodDescriptionLLJava.MethodReference.doclone()
Clones this object.LLJava.Invoke.get_target()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.MethodReferenceModifier and TypeMethodDescriptionstatic Pattern
<LLJava.MethodReference> LLJava.MethodReference.get_asInterface
(Pattern<? super Boolean> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.MethodReference> LLJava.MethodReference.get_dynamicEntry
(Pattern<? super LLJava.InvokeDynamic> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.MethodReference> LLJava.MethodReference.get_parameters
(Pattern<? super CheckedList<LLJava.MethodReferenceParameter>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<LLJava.MethodReference> LLJava.MethodReference.get_result
(Pattern<? super LLJava.ResultExpr> p) Lifts a pattern which matches the field value to one which matches this whole object.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) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.MethodReferenceModifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.MethodReference el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.MethodReference e0) protected void
LLJava.MultiVisitor.action
(LLJava.MethodReference e0) protected void
LLJava.Visitor.action
(LLJava.MethodReference e0) protected void
ConstantPoolCollector.Creator.descend
(LLJava.MethodReference x) protected void
LLJava.MultiVisitor.descend
(LLJava.MethodReference e0) (package private) static String
ConstantPoolCollector.descriptor
(LLJava.MethodReference m) void
LLJava.MultiVisitor.follow_parameters
(LLJava.MethodReference element) void
LLJava.Visitor.follow_parameters
(LLJava.MethodReference element) void
LLJava.MATCH_ONLY_00.followAll_parameters
(LLJava.MethodReference element) void
LLJava.MATCH_ONLY_00.match
(LLJava.MethodReference e0) protected void
LLJava.MultiVisitor.post
(LLJava.MethodReference e0) protected void
LLJava.MultiVisitor.pre
(LLJava.MethodReference e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.MethodReference el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.MethodReferenceModifier and TypeMethodDescriptionLLJava.__Patterns.cast_MethodReference
(Pattern<? super LLJava.MethodReference> p) Constructors in eu.bandm.tools.lljava.absy with parameters of type LLJava.MethodReferenceModifierConstructorDescriptionInvoke
(LLJava.MethodReference target) Constructor generated according to specification #0
Constructor defined according to directive "C 0/.."
. -
Uses of LLJava.MethodReference in eu.bandm.tools.lljava.codec
Methods in eu.bandm.tools.lljava.codec that return LLJava.MethodReferenceModifier and TypeMethodDescriptionprotected LLJava.MethodReference
Decoder.invokeDynamic
(int index) protected LLJava.MethodReference
Decoder.methodRef
(int index) protected LLJava.MethodReference
Decoder.unparse
(LLJava.AbstractMethodRef ref) -
Uses of LLJava.MethodReference in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.MethodReferenceModifier and TypeFieldDescriptionLLJavaGrammar.methodReference
LLJavaGrammar.methodReferenceNonrecursive
Methods in eu.bandm.tools.lljava.parser that return LLJava.MethodReferenceModifier and TypeMethodDescriptionprotected abstract LLJava.MethodReference
LLJavaGrammar.methodReference
(Reducer.Context<SourceId> context, LLJava.ResultExpr returnType, LLJava.MemberFullName name, List<LLJava.MethodReferenceParameter> params) protected LLJava.MethodReference
LLJavaParser.methodReference
(Reducer.Context<SourceId> context, LLJava.ResultExpr returnType, LLJava.MemberFullName name, List<LLJava.MethodReferenceParameter> params) Methods in eu.bandm.tools.lljava.parser with parameters of type LLJava.MethodReferenceModifier and TypeMethodDescriptionprotected abstract LLJava.Invoke
LLJavaGrammar.invokeInstruction
(Reducer.Context<SourceId> context, Void dummy, List<LLJava.ModifierExpr> modifiers, LLJava.MethodReference ref) protected LLJava.Invoke
LLJavaParser.invokeInstruction
(Reducer.Context<SourceId> context, Void dummy, List<LLJava.ModifierExpr> modifiers, LLJava.MethodReference ref)