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.Field
Definition of a field.
|
static class |
LLJava.Method
Definition of a method.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Member |
LLJava.Member.doclone()
Clones this object.
|
LLJava.Member |
LLJava.Member.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.Member> |
LLJava.Member.get_descriptorEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_nameEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Member> |
LLJava.Member.get_signatureEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Member> |
LLJava.__Patterns.term_Member(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.ConstantUTF8> p_nameEntry,
Pattern<? super LLJava.ConstantUTF8> p_descriptorEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Member e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Member e0) |
protected void |
LLJava.Visitor.action(LLJava.Member e0) |
protected void |
LLJava.__Formatter.action(LLJava.Member el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Member e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Member e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Member e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Member e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Member el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Member(Pattern<? super LLJava.Member> p) |
static Pattern<? super LLJava.Field> |
LLJava.__Patterns.term_Field(Pattern<? super LLJava.Member> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Literal> p_initializer) |
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.Member> |
LLJavaGrammar.memberDefinition |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Class |
LLJavaGrammar.classDefinition(Reducer.Context<SourceId> context,
List<LLJava.ModifierExpr> modifiers,
LLJava.QualId name,
List<LLJava.TypeParameter> typeParameters,
LLJava.ClassReference superclass,
List<LLJava.ClassReference> interfaces,
List<LLJava.Member> members) |
protected LLJava.Class |
LLJavaParser.classDefinition(Reducer.Context<SourceId> context,
List<LLJava.ModifierExpr> modifiers,
LLJava.QualId name,
List<LLJava.TypeParameter> typeParameters,
LLJava.ClassReference superclass,
List<LLJava.ClassReference> interfaces,
List<LLJava.Member> members) |
see also the complete user documentation .