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 | Class and Description |
---|---|
static class |
LLJava.MemberDynamicName
Syntactic expression denoting the name of a field or
method
with dynamic owner.
|
static class |
LLJava.MemberStaticName
Syntactic expression denoting the name of a field or
method
with static owner.
|
Modifier and Type | Field and Description |
---|---|
protected LLJava.MemberFullName |
LLJava.MethodReference.fullName
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.MemberFullName |
LLJava.MemberFullName.doclone()
Clones this object.
|
LLJava.MemberFullName |
LLJava.MemberReference.get_fullName() |
LLJava.MemberFullName |
LLJava.MethodReference.get_fullName()
Generated by umod; model author's documentation MISSING.
|
LLJava.MemberFullName |
LLJava.MemberFullName.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.MemberFullName> |
LLJava.MemberFullName.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.MemberFullName> |
LLJava.__Patterns.term_MemberFullName(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.Id> p_name) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.MemberFullName e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.MemberFullName e0) |
protected void |
LLJava.Visitor.action(LLJava.MemberFullName e0) |
protected void |
LLJava.__Formatter.action(LLJava.MemberFullName el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.MemberFullName e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.MemberFullName e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.MemberFullName e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.MemberFullName e0) |
boolean |
LLJava.FieldReference.set_fullName(LLJava.MemberFullName val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.MethodReference.set_fullName(LLJava.MemberFullName val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.MemberFullName el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_MemberFullName(Pattern<? super LLJava.MemberFullName> p) |
static Pattern<LLJava.MemberReference> |
LLJava.MemberReference.get_fullName(Pattern<? super LLJava.MemberFullName> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.MemberDynamicName> |
LLJava.__Patterns.term_MemberDynamicName(Pattern<? super LLJava.MemberFullName> superpattern,
Pattern<? super LLJava.MethodHandleExpr> p_factory,
Pattern<? super CheckedList<LLJava.LoadableExpr>> p_bootstrapArguments) |
static Pattern<? super LLJava.MemberReference> |
LLJava.__Patterns.term_MemberReference(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.MemberFullName> p_fullName,
Pattern<? super LLJava.MemberRef> p_entry) |
static Pattern<? super LLJava.MemberStaticName> |
LLJava.__Patterns.term_MemberStaticName(Pattern<? super LLJava.MemberFullName> superpattern,
Pattern<? super LLJava.QualId> p_owner) |
Constructor and Description |
---|
MethodReference(LLJava.ResultExpr result,
LLJava.MemberFullName fullName)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.MemberFullName> |
LLJavaGrammar.memberFullName |
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 .