Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeFieldDescriptionprotected CheckedList<LLJava.MethodReferenceParameter>
LLJava.MethodReference.parameters
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.MethodReferenceParameter.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.MethodReferenceParameter el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.MethodReferenceParameter e0) protected void
LLJava.MultiVisitor.action
(LLJava.MethodReferenceParameter e0) protected void
LLJava.Visitor.action
(LLJava.MethodReferenceParameter e0) protected void
LLJava.MultiVisitor.descend
(LLJava.MethodReferenceParameter e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.MethodReferenceParameter e0) protected void
LLJava.MultiVisitor.post
(LLJava.MethodReferenceParameter e0) protected void
LLJava.MultiVisitor.pre
(LLJava.MethodReferenceParameter e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.MethodReferenceParameter el) Modifier 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.VType
ConstantPoolCollector.Creator.lookupParameterType
(List<? extends LLJava.MethodReferenceParameter> above) boolean
LLJava.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
Modifier and TypeMethodDescription(package private) static int
Encoder.count
(List<? extends LLJava.MethodReferenceParameter> params) -
Uses of LLJava.MethodReferenceParameter in eu.bandm.tools.lljava.parser
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)