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.MethodReferenceLLJava.Invoke.targetGenerated 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 voidLLJava.__Formatter.action(LLJava.MethodReference el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.MethodReference e0) protected voidLLJava.MultiVisitor.action(LLJava.MethodReference e0) protected voidLLJava.Visitor.action(LLJava.MethodReference e0) protected voidConstantPoolCollector.Creator.descend(LLJava.MethodReference x) protected voidLLJava.MultiVisitor.descend(LLJava.MethodReference e0) (package private) static StringConstantPoolCollector.descriptor(LLJava.MethodReference m) voidLLJava.MultiVisitor.follow_parameters(LLJava.MethodReference element) voidLLJava.Visitor.follow_parameters(LLJava.MethodReference element) voidLLJava.MATCH_ONLY_00.followAll_parameters(LLJava.MethodReference element) voidLLJava.MATCH_ONLY_00.match(LLJava.MethodReference e0) protected voidLLJava.MultiVisitor.post(LLJava.MethodReference e0) protected voidLLJava.MultiVisitor.pre(LLJava.MethodReference e0) protected FormatLLJava.__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.MethodReferenceDecoder.invokeDynamic(int index) protected LLJava.MethodReferenceDecoder.methodRef(int index) protected LLJava.MethodReferenceDecoder.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.methodReferenceLLJavaGrammar.methodReferenceNonrecursiveMethods in eu.bandm.tools.lljava.parser that return LLJava.MethodReferenceModifier and TypeMethodDescriptionprotected abstract LLJava.MethodReferenceLLJavaGrammar.methodReference(Reducer.Context<SourceId> context, LLJava.ResultExpr returnType, LLJava.MemberFullName name, List<LLJava.MethodReferenceParameter> params) protected LLJava.MethodReferenceLLJavaParser.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.InvokeLLJavaGrammar.invokeInstruction(Reducer.Context<SourceId> context, Void dummy, List<LLJava.ModifierExpr> modifiers, LLJava.MethodReference ref) protected LLJava.InvokeLLJavaParser.invokeInstruction(Reducer.Context<SourceId> context, Void dummy, List<LLJava.ModifierExpr> modifiers, LLJava.MethodReference ref)