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.parameters
Generated 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 void
ContextChecker.Typer.action
(LLJava.Parameter x) protected void
LLJava.__Formatter.action
(LLJava.Parameter el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Parameter e0) protected void
LLJava.MultiVisitor.action
(LLJava.Parameter e0) protected void
LLJava.Visitor.action
(LLJava.Parameter e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Parameter e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.Parameter e0) protected void
LLJava.MultiVisitor.post
(LLJava.Parameter e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Parameter e0) protected Format
LLJava.__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.boolean
LLJava.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.Parameter
LLJavaGrammar.methodParameter
(Reducer.Context<SourceId> context, List<LLJava.ModifierExpr> modifiers, LLJava.TypeExpr type, Optional<LLJava.Name> name) protected LLJava.Parameter
LLJavaParser.methodParameter
(Reducer.Context<SourceId> context, List<LLJava.ModifierExpr> modifiers, LLJava.TypeExpr type, Optional<LLJava.Name> name)