Package | Description |
---|---|
eu.bandm.tools.lljava.absy |
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
|
eu.bandm.tools.lljava.parser |
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.Parameter> |
LLJava.Method.parameters
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Parameter |
LLJava.Parameter.doclone()
Clones this object.
|
LLJava.Parameter |
LLJava.Parameter.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
CheckedList<LLJava.Parameter> |
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<? super 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 Type | Method and Description |
---|---|
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.__Formatter.action(LLJava.Parameter el) |
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 Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__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.
|
static Pattern<? super LLJava.Method> |
LLJava.__Patterns.term_Method(Pattern<? super LLJava.Member> superpattern,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ResultExpr> p_result,
Pattern<? super CheckedList<LLJava.Parameter>> p_parameters,
Pattern<? super CheckedList<LLJava.ClassReference>> p_exceptions,
Pattern<? super LLJava.MethodBody> p_body) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Parameter> |
LLJavaGrammar.methodParameter |
Expression<SourceId,LLJavaLexer.TokenType,List<LLJava.Parameter>> |
LLJavaGrammar.methodParameters |
Modifier and Type | Method and Description |
---|---|
protected 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) |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Method |
LLJavaGrammar.methodDefinition(Reducer.Context<SourceId> context,
List<LLJava.ModifierExpr> modifiers,
List<LLJava.TypeParameter> typeParameters,
LLJava.ResultExpr returnType,
LLJava.Id name,
List<LLJava.Parameter> parameters,
List<LLJava.ClassReference> exceptions,
LLJava.MethodBody body) |
protected LLJava.Method |
LLJavaParser.methodDefinition(Reducer.Context<SourceId> context,
List<LLJava.ModifierExpr> modifiers,
List<LLJava.TypeParameter> typeParameters,
LLJava.ResultExpr returnType,
LLJava.Id name,
List<LLJava.Parameter> parameters,
List<LLJava.ClassReference> exceptions,
LLJava.MethodBody body) |
see also the complete user documentation .