Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeFieldDescriptionprotected LLJava.MethodReference
LLJava.Invoke.target
Generated by umod; model author's documentation MISSING.Modifier 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.Modifier 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) Modifier 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) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_MethodReference
(Pattern<? super LLJava.MethodReference> p) ModifierConstructorDescriptionInvoke
(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
Modifier 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
Modifier and TypeFieldDescriptionLLJavaGrammar.methodReference
LLJavaGrammar.methodReferenceNonrecursive
Modifier 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) Modifier 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)