|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTree.Exp
Tree.BINOP
| Nested Class Summary | |
|---|---|
static class |
BINOP.ADD
|
static class |
BINOP.AND
|
static class |
BINOP.DIV
|
static class |
BINOP.MUL
|
static class |
BINOP.OR
|
static class |
BINOP.SLL
|
static class |
BINOP.SRA
|
static class |
BINOP.SRL
|
static class |
BINOP.SUB
|
static class |
BINOP.XOR
|
| Field Summary | |
|---|---|
Exp |
left
|
Exp |
right
|
| Constructor Summary | |
|---|---|
BINOP(Exp l,
Exp r)
|
|
| Method Summary | |
|---|---|
BINOP |
build(Exp[] kids)
|
Exp[] |
kids()
|
| Methods inherited from class Tree.Exp |
|---|
accept, isAtom |
| 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
| Constructor Detail |
|---|
public BINOP(Exp l,
Exp r)
| Method Detail |
|---|
public Exp[] kids()
kids in class Exppublic BINOP build(Exp[] kids)
build in class Exp
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||