Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Parameter
Packages that use LLJava.Parameter
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.Parameter in eu.bandm.tools.lljava.absy
Fields in eu.bandm.tools.lljava.absy with type parameters of type LLJava.ParameterModifier and TypeFieldDescriptionprotected CheckedList<LLJava.Parameter> LLJava.Method.parametersGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.lljava.absy that return LLJava.ParameterModifier and TypeMethodDescriptionLLJava.Parameter.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.ParameterModifier and TypeMethodDescriptionstatic Pattern<LLJava.Parameter> LLJava.Parameter.get_name(Pattern<? super LLJava.Name> p) Lifts a pattern which matches the field value to one which matches this whole object.LLJava.Method.get_parameters()Generated by umod; model author's documentation MISSING.static Pattern<LLJava.Parameter> LLJava.Parameter.get_type(Pattern<? super LLJava.TypeExpr> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Parameter> LLJava.Parameter.get_variable(Pattern<? super LLJava.Variable> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Parameter> LLJava.__Patterns.term_Parameter(Pattern<? super LLJava.Modifiable> superpattern, Pattern<? super LLJava.TypeExpr> p_type, Pattern<? super LLJava.Name> p_name, Pattern<? super LLJava.Variable> p_variable) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.ParameterModifier and TypeMethodDescriptionprotected voidContextChecker.Typer.action(LLJava.Parameter x) protected voidLLJava.__Formatter.action(LLJava.Parameter el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Parameter e0) protected voidLLJava.MultiVisitor.action(LLJava.Parameter e0) protected voidLLJava.Visitor.action(LLJava.Parameter e0) protected voidLLJava.MultiVisitor.descend(LLJava.Parameter e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Parameter e0) protected voidLLJava.MultiVisitor.post(LLJava.Parameter e0) protected voidLLJava.MultiVisitor.pre(LLJava.Parameter e0) protected FormatLLJava.__Formatter.toFormat(LLJava.Parameter el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.ParameterModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Parameter(Pattern<? super LLJava.Parameter> p) static Pattern<LLJava.Method> LLJava.Method.get_parameters(Pattern<? super CheckedList<LLJava.Parameter>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanLLJava.Method.set_parameters(CheckedList<LLJava.Parameter> val) Generated by umod; model author's documentation MISSING. -
Uses of LLJava.Parameter in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.ParameterMethods in eu.bandm.tools.lljava.parser that return LLJava.ParameterModifier and TypeMethodDescriptionprotected abstract LLJava.ParameterLLJavaGrammar.methodParameter(Reducer.Context<SourceId> context, List<LLJava.ModifierExpr> modifiers, LLJava.TypeExpr type, Optional<LLJava.Name> name) protected LLJava.ParameterLLJavaParser.methodParameter(Reducer.Context<SourceId> context, List<LLJava.ModifierExpr> modifiers, LLJava.TypeExpr type, Optional<LLJava.Name> name)