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.Attributable
Abstract base class of nodes that can carry bytecode
attributes.
|
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.
|
static class |
LLJava.Parameter
Specification of a formal parameter of a method.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Modifiable |
LLJava.Modifiable.doclone()
Clones this object.
|
LLJava.Modifiable |
LLJava.Modifiable.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.Modifiable> |
LLJava.Modifiable.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Modifiable> |
LLJava.Modifiable.get_modifiers(Pattern<? super EnumSet<LLJava.Modifier>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Modifiable> |
LLJava.__Patterns.term_Modifiable(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedList<LLJava.Annotation>> p_annotations,
Pattern<? super EnumSet<LLJava.Modifier>> p_modifiers) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Modifiable e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Modifiable e0) |
protected void |
LLJava.Visitor.action(LLJava.Modifiable e0) |
protected void |
LLJava.__Formatter.action(LLJava.Modifiable el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Modifiable e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Modifiable e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Modifiable e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Modifiable e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Modifiable el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Modifiable(Pattern<? super LLJava.Modifiable> p) |
static Pattern<? super LLJava.Attributable> |
LLJava.__Patterns.term_Attributable(Pattern<? super LLJava.Modifiable> superpattern,
Pattern<? super CheckedList<LLJava.Attribute>> p_attrs) |
static Pattern<? super LLJava.Parameter> |
LLJava.__Patterns.term_Parameter(Pattern<? super LLJava.Modifiable> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Name> p_name,
Pattern<? super LLJava.Variable> p_variable) |
see also the complete user documentation .