Uses of Class
eu.bandm.tools.lljava.absy.LLJava.MethodReferenceParameter
Packages that use LLJava.MethodReferenceParameter
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.MethodReferenceParameter in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy with type parameters of type LLJava.MethodReferenceParameterModifier and TypeFieldDescriptionprotected CheckedList<LLJava.MethodReferenceParameter> LLJava.MethodReference.parametersGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.MethodReferenceParameterModifier and TypeMethodDescriptionLLJava.MethodReferenceParameter.doclone()Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.MethodReferenceParameterModifier and TypeMethodDescriptionLLJava.MethodReference.get_parameters()Generated by umod; model author's documentation MISSING.LLJava.MethodReferenceParameter.get_type(Pattern<? super LLJava.TypeExpr> p) Lifts a pattern which matches the field value to one which matches this whole object.LLJava.__Patterns.term_MethodReferenceParameter(Pattern<? super LLJava.Node> superpattern, Pattern<? super LLJava.TypeExpr> p_type) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.MethodReferenceParameterModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.MethodReferenceParameter el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.MethodReferenceParameter e0) protected voidLLJava.MultiVisitor.action(LLJava.MethodReferenceParameter e0) protected voidLLJava.Visitor.action(LLJava.MethodReferenceParameter e0) protected voidLLJava.MultiVisitor.descend(LLJava.MethodReferenceParameter e0) voidLLJava.MATCH_ONLY_00.match(LLJava.MethodReferenceParameter e0) protected voidLLJava.MultiVisitor.post(LLJava.MethodReferenceParameter e0) protected voidLLJava.MultiVisitor.pre(LLJava.MethodReferenceParameter e0) protected FormatLLJava.__Formatter.toFormat(LLJava.MethodReferenceParameter el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.MethodReferenceParameterModifier and TypeMethodDescriptionLLJava.__Patterns.cast_MethodReferenceParameter(Pattern<? super LLJava.MethodReferenceParameter> p) 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.(package private) LLJava.VTypeConstantPoolCollector.Creator.lookupParameterType(List<? extends LLJava.MethodReferenceParameter> above) booleanLLJava.MethodReference.set_parameters(CheckedList<LLJava.MethodReferenceParameter> val) Generated by umod; model author's documentation MISSING. -
Uses of LLJava.MethodReferenceParameter in eu.bandm.tools.lljava.codec
Method parameters in eu.bandm.tools.lljava.codec with type arguments of type LLJava.MethodReferenceParameterModifier and TypeMethodDescription(package private) static intEncoder.count(List<? extends LLJava.MethodReferenceParameter> params) -
Uses of LLJava.MethodReferenceParameter in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.MethodReferenceParameterMethod parameters in eu.bandm.tools.lljava.parser with type arguments of type LLJava.MethodReferenceParameterModifier 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)