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.Add
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.And
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Cmp
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.CmpFloating
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.CmpGT
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.CmpIntegral
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.CmpLT
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Div
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Inc
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Mul
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Neg
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Or
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Rem
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Shift
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Shl
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Shr
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.Sub
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.UShr
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.XOr
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.ArithInstruction |
LLJava.ArithInstruction.doclone()
Clones this object.
|
LLJava.ArithInstruction |
LLJava.ArithInstruction.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.ArithInstruction> |
LLJava.__Patterns.term_ArithInstruction(Pattern<? super LLJava.Instruction> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.ArithInstruction e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.ArithInstruction e0) |
protected void |
LLJava.Visitor.action(LLJava.ArithInstruction e0) |
protected void |
LLJava.__Formatter.action(LLJava.ArithInstruction el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.ArithInstruction e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.ArithInstruction e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.ArithInstruction e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.ArithInstruction e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.ArithInstruction el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_ArithInstruction(Pattern<? super LLJava.ArithInstruction> p) |
static Pattern<? super LLJava.Add> |
LLJava.__Patterns.term_Add(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.And> |
LLJava.__Patterns.term_And(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Cmp> |
LLJava.__Patterns.term_Cmp(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Div> |
LLJava.__Patterns.term_Div(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Inc> |
LLJava.__Patterns.term_Inc(Pattern<? super LLJava.ArithInstruction> superpattern,
Pattern<? super LLJava.VariableAccess> p_target,
Pattern<? super Integer> p_increment) |
static Pattern<? super LLJava.Mul> |
LLJava.__Patterns.term_Mul(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Neg> |
LLJava.__Patterns.term_Neg(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Or> |
LLJava.__Patterns.term_Or(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Rem> |
LLJava.__Patterns.term_Rem(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Shift> |
LLJava.__Patterns.term_Shift(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.Sub> |
LLJava.__Patterns.term_Sub(Pattern<? super LLJava.ArithInstruction> superpattern) |
static Pattern<? super LLJava.XOr> |
LLJava.__Patterns.term_XOr(Pattern<? super LLJava.ArithInstruction> superpattern) |
see also the complete user documentation .