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 LLJava.MemberStaticName |
LLJava.FieldReference.fullName
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.MemberStaticName |
LLJava.MemberStaticName.doclone()
Clones this object.
|
LLJava.MemberStaticName |
LLJava.FieldReference.get_fullName()
Generated by umod; model author's documentation MISSING.
|
LLJava.MemberStaticName |
LLJava.MemberStaticName.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.MemberStaticName> |
LLJava.MemberStaticName.get_owner(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.MemberStaticName> |
LLJava.__Patterns.term_MemberStaticName(Pattern<? super LLJava.MemberFullName> superpattern,
Pattern<? super LLJava.QualId> p_owner) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.MemberStaticName e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.MemberStaticName e0) |
protected void |
LLJava.Visitor.action(LLJava.MemberStaticName e0) |
protected void |
LLJava.__Formatter.action(LLJava.MemberStaticName el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.MemberStaticName e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.MemberStaticName e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.MemberStaticName e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.MemberStaticName e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.MemberStaticName el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_MemberStaticName(Pattern<? super LLJava.MemberStaticName> p) |
Constructor and Description |
---|
FieldReference(LLJava.TypeExpr type,
LLJava.MemberStaticName 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.MemberStaticName> |
LLJavaGrammar.memberStaticName |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.MemberStaticName |
LLJavaGrammar.memberStaticName(Reducer.Context<SourceId> context,
LLJava.QualId name) |
protected LLJava.MemberStaticName |
LLJavaParser.memberStaticName(Reducer.Context<SourceId> context,
LLJava.QualId fullName) |
see also the complete user documentation .