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.Arith |
LLJava.Arith.doclone()
Clones this object.
|
LLJava.Arith |
LLJava.__SAX_Parser.fill_Arith(java.lang.Object res) |
LLJava.Arith |
LLJava.Arith.initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
LLJava.Arith |
LLJava.__SAX_Parser.matchSAX_Arith() |
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.Arith> |
LLJava.__Patterns.term_Arith(Pattern<? super LLJava.Instruction> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Arith e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Arith e0) |
protected void |
LLJava.Visitor.action(LLJava.Arith e0) |
protected void |
LLJava.__Formatter.action(LLJava.Arith el) |
void |
LLJava.__SAX_Writer.action(LLJava.Arith e0) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Arith e0) |
void |
LLJava.__SAX_Parser.XMLPARSER_Arith.fillFields(LLJava.Arith newobj) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Arith e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Arith e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Arith e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Arith el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<java.lang.Object> |
LLJava.__Patterns.cast_Arith(Pattern<? super LLJava.Arith> p) |
static Pattern<? super LLJava.Add> |
LLJava.__Patterns.term_Add(Pattern<? super LLJava.Arith> superpattern) |
static Pattern<? super LLJava.And> |
LLJava.__Patterns.term_And(Pattern<? super LLJava.Arith> superpattern) |
static Pattern<? super LLJava.Cmp> |
LLJava.__Patterns.term_Cmp(Pattern<? super LLJava.Arith> superpattern) |
static Pattern<? super LLJava.Div> |
LLJava.__Patterns.term_Div(Pattern<? super LLJava.Arith> superpattern) |
static Pattern<? super LLJava.Inc> |
LLJava.__Patterns.term_Inc(Pattern<? super LLJava.Arith> superpattern,
Pattern<? super LLJava.VariableAccess> p_target,
Pattern<? super java.lang.Integer> p_increment) |
static Pattern<? super LLJava.Mul> |
LLJava.__Patterns.term_Mul(Pattern<? super LLJava.Arith> superpattern) |
static Pattern<? super LLJava.Neg> |
LLJava.__Patterns.term_Neg(Pattern<? super LLJava.Arith> superpattern) |
static Pattern<? super LLJava.Or> |
LLJava.__Patterns.term_Or(Pattern<? super LLJava.Arith> superpattern) |
static Pattern<? super LLJava.Rem> |
LLJava.__Patterns.term_Rem(Pattern<? super LLJava.Arith> superpattern) |
static Pattern<? super LLJava.Shift> |
LLJava.__Patterns.term_Shift(Pattern<? super LLJava.Arith> superpattern) |
static Pattern<? super LLJava.Sub> |
LLJava.__Patterns.term_Sub(Pattern<? super LLJava.Arith> superpattern) |
static Pattern<? super LLJava.XOr> |
LLJava.__Patterns.term_XOr(Pattern<? super LLJava.Arith> superpattern) |
see also the complete user documentation .