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.MethodReferenceParameter> |
LLJava.MethodReference.parameters
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.MethodReferenceParameter |
LLJava.MethodReferenceParameter.doclone()
Clones this object.
|
LLJava.MethodReferenceParameter |
LLJava.MethodReferenceParameter.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<LLJava.MethodReferenceParameter> |
LLJava.MethodReference.get_parameters()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.MethodReferenceParameter> |
LLJava.MethodReferenceParameter.get_type(Pattern<? super LLJava.TypeExpr> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.MethodReferenceParameter> |
LLJava.__Patterns.term_MethodReferenceParameter(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.TypeExpr> p_type) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.MethodReferenceParameter e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.MethodReferenceParameter e0) |
protected void |
LLJava.Visitor.action(LLJava.MethodReferenceParameter e0) |
protected void |
LLJava.__Formatter.action(LLJava.MethodReferenceParameter el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.MethodReferenceParameter e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.MethodReferenceParameter e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.MethodReferenceParameter e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.MethodReferenceParameter e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.MethodReferenceParameter el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_MethodReferenceParameter(Pattern<? super LLJava.MethodReferenceParameter> p) |
static Pattern<LLJava.MethodReference> |
LLJava.MethodReference.get_parameters(Pattern<? super CheckedList<LLJava.MethodReferenceParameter>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
boolean |
LLJava.MethodReference.set_parameters(CheckedList<LLJava.MethodReferenceParameter> val)
Generated by umod; model author's documentation MISSING.
|
static Pattern<? super LLJava.MethodReference> |
LLJava.__Patterns.term_MethodReference(Pattern<? super LLJava.MemberReference> superpattern,
Pattern<? super Boolean> p_asInterface,
Pattern<? super LLJava.ResultExpr> p_result,
Pattern<? super CheckedList<LLJava.MethodReferenceParameter>> p_parameters,
Pattern<? super LLJava.InvokeDynamic> p_dynamicEntry) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.MethodReferenceParameter> |
LLJavaGrammar.methodReferenceParameter |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.MethodReference |
LLJavaGrammar.methodReference(Reducer.Context<SourceId> context,
LLJava.ResultExpr returnType,
LLJava.MemberFullName name,
List<LLJava.MethodReferenceParameter> params) |
protected LLJava.MethodReference |
LLJavaParser.methodReference(Reducer.Context<SourceId> context,
LLJava.ResultExpr returnType,
LLJava.MemberFullName name,
List<LLJava.MethodReferenceParameter> params) |
see also the complete user documentation .