Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeFieldDescriptionprotected CheckedList<LLJava.Parameter>
LLJava.Method.parameters
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionLLJava.Parameter.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier 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) Modifier 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
Modifier 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)