Uses of Class
eu.bandm.tools.lljava.absy.LLJava.MethodTypeExpr
Packages that use LLJava.MethodTypeExpr
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.MethodTypeExpr in eu.bandm.tools.lljava.absy
Methods in eu.bandm.tools.lljava.absy that return LLJava.MethodTypeExprModifier and TypeMethodDescriptionLLJava.MethodTypeExpr.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.MethodTypeExprModifier and TypeMethodDescriptionstatic Pattern<LLJava.MethodTypeExpr> LLJava.MethodTypeExpr.get_parameters(Pattern<? super NonNullList<LLJava.TypeExpr>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.MethodTypeExpr> LLJava.MethodTypeExpr.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.MethodTypeExpr> LLJava.__Patterns.term_MethodTypeExpr(Pattern<? super LLJava.LoadableExpr> superpattern, Pattern<? super LLJava.ResultExpr> p_result, Pattern<? super NonNullList<LLJava.TypeExpr>> p_parameters) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.MethodTypeExprModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.MethodTypeExpr el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.MethodTypeExpr e0) protected voidLLJava.MultiVisitor.action(LLJava.MethodTypeExpr e0) protected voidLLJava.Visitor.action(LLJava.MethodTypeExpr e0) protected voidLLJava.MultiVisitor.descend(LLJava.MethodTypeExpr e0) voidLLJava.MultiVisitor.follow_parameters(LLJava.MethodTypeExpr element) voidLLJava.Visitor.follow_parameters(LLJava.MethodTypeExpr element) voidLLJava.MATCH_ONLY_00.followAll_parameters(LLJava.MethodTypeExpr element) voidLLJava.MATCH_ONLY_00.match(LLJava.MethodTypeExpr e0) protected voidLLJava.MultiVisitor.post(LLJava.MethodTypeExpr e0) protected voidLLJava.MultiVisitor.pre(LLJava.MethodTypeExpr e0) protected FormatLLJava.__Formatter.toFormat(LLJava.MethodTypeExpr el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.MethodTypeExprModifier and TypeMethodDescriptionLLJava.__Patterns.cast_MethodTypeExpr(Pattern<? super LLJava.MethodTypeExpr> p) -
Uses of LLJava.MethodTypeExpr in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.MethodTypeExprMethods in eu.bandm.tools.lljava.parser that return LLJava.MethodTypeExprModifier and TypeMethodDescriptionprotected abstract LLJava.MethodTypeExprLLJavaGrammar.methodType(Reducer.Context<SourceId> context, LLJava.ResultExpr result, List<LLJava.TypeExpr> parameters) protected LLJava.MethodTypeExprLLJavaParser.methodType(Reducer.Context<SourceId> context, LLJava.ResultExpr returnType, List<LLJava.TypeExpr> parameters)