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 | Method and Description |
---|---|
LLJava.SlotReference |
LLJava.SlotReference.doclone()
Clones this object.
|
LLJava.SlotReference |
LLJava.SlotReference.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.SlotReference> |
LLJava.SlotReference.get_index(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.SlotReference> |
LLJava.SlotReference.get_wide(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.SlotReference> |
LLJava.__Patterns.term_SlotReference(Pattern<? super LLJava.VariableAccess> superpattern,
Pattern<? super Integer> p_index,
Pattern<? super Boolean> p_wide) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.SlotReference e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.SlotReference e0) |
protected void |
LLJava.Visitor.action(LLJava.SlotReference e0) |
protected void |
LLJava.__Formatter.action(LLJava.SlotReference el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.SlotReference e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.SlotReference e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.SlotReference e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.SlotReference e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.SlotReference el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_SlotReference(Pattern<? super LLJava.SlotReference> p) |
see also the complete user documentation .