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.
|
Modifier and Type | Class and Description |
---|---|
static class |
LLJava.Class
Definition of a class.
|
static class |
LLJava.Field
Definition of a field.
|
static class |
LLJava.InnerClass
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Member
Abstract base class of fields and methods.
|
static class |
LLJava.Method
Definition of a method.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Attributable |
LLJava.Attributable.doclone()
Clones this object.
|
LLJava.Attributable |
LLJava.Attributable.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.Attributable> |
LLJava.Attributable.get_attrs(Pattern<? super CheckedList<LLJava.Attribute>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Attributable> |
LLJava.__Patterns.term_Attributable(Pattern<? super LLJava.Modifiable> superpattern,
Pattern<? super CheckedList<LLJava.Attribute>> p_attrs) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Attributable e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Attributable e0) |
protected void |
LLJava.Visitor.action(LLJava.Attributable e0) |
protected void |
LLJava.__Formatter.action(LLJava.Attributable el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Attributable e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Attributable e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Attributable e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Attributable e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Attributable el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Attributable(Pattern<? super LLJava.Attributable> p) |
static Pattern<? super LLJava.Class> |
LLJava.__Patterns.term_Class(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.QualId> p_name,
Pattern<? super LLJava.Id> p_innerName,
Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters,
Pattern<? super LLJava.ClassReference> p_superClass,
Pattern<? super CheckedList<LLJava.ClassReference>> p_interfaces,
Pattern<? super CheckedList<LLJava.Field>> p_fields,
Pattern<? super CheckedList<LLJava.Method>> p_methods,
Pattern<? super CheckedList<LLJava.InnerClass>> p_innerClasses,
Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p_pool,
Pattern<? super LLJava.ClassRef> p_thisEntry,
Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) |
static Pattern<? super LLJava.InnerClass> |
LLJava.__Patterns.term_InnerClass(Pattern<? super LLJava.Attributable> superpattern,
Pattern<? super LLJava.Id> p_name,
Pattern<? super LLJava.Class> p_definition) |
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) |
see also the complete user documentation .