|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTree.Stm
Tree.CJUMP
| Nested Class Summary | |
|---|---|
static class |
CJUMP.BEQ
|
static class |
CJUMP.BGE
|
static class |
CJUMP.BGT
|
static class |
CJUMP.BLE
|
static class |
CJUMP.BLT
|
static class |
CJUMP.BNE
|
| Field Summary | |
|---|---|
Label |
iffalse
|
Label |
iftrue
|
Exp |
left
|
Exp |
right
|
| Constructor Summary | |
|---|---|
CJUMP(Exp l,
Exp r,
Label t,
Label f)
|
|
| Method Summary | |
|---|---|
CJUMP |
build(Exp[] kids)
|
Exp[] |
kids()
|
abstract CJUMP |
not()
|
abstract CJUMP |
swap()
|
| Methods inherited from class Tree.Stm |
|---|
accept |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Exp left
public Exp right
public Label iftrue
public Label iffalse
| Constructor Detail |
|---|
public CJUMP(Exp l,
Exp r,
Label t,
Label f)
| Method Detail |
|---|
public Exp[] kids()
kids in class Stmpublic CJUMP build(Exp[] kids)
build in class Stmpublic abstract CJUMP not()
public abstract CJUMP swap()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||