|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTranslate.Tree
Translate.Tree.Exp
Translate.Tree.Exp.BINOP
public static class Tree.Exp.BINOP
Nested Class Summary | |
---|---|
static class |
Tree.Exp.BINOP.Operator
|
Nested classes/interfaces inherited from class Translate.Tree.Exp |
---|
Tree.Exp.BINOP, Tree.Exp.CALL, Tree.Exp.CONST, Tree.Exp.ESEQ, Tree.Exp.MEM, Tree.Exp.NAME, Tree.Exp.TEMP |
Nested classes/interfaces inherited from class Translate.Tree |
---|
Tree.Exp, Tree.Print, Tree.Stm, Tree.Visitor<Domain,Range> |
Field Summary | |
---|---|
Tree.Exp |
left
|
Tree.Exp.BINOP.Operator |
op
|
Tree.Exp |
right
|
Constructor Summary | |
---|---|
Tree.Exp.BINOP(Tree.Exp.BINOP.Operator o,
Tree.Exp l,
Tree.Exp r)
|
Method Summary | ||
---|---|---|
|
accept(Tree.Visitor<D,R> v,
D d)
|
|
Tree.Exp |
clone(Tree.Exp[] kids)
|
|
Tree.Exp[] |
kids()
|
Methods inherited from class Translate.Tree |
---|
isAtom |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Tree.Exp.BINOP.Operator op
public final Tree.Exp left
public final Tree.Exp right
Constructor Detail |
---|
public Tree.Exp.BINOP(Tree.Exp.BINOP.Operator o, Tree.Exp l, Tree.Exp r)
Method Detail |
---|
public Tree.Exp[] kids()
kids
in class Tree
public Tree.Exp clone(Tree.Exp[] kids)
clone
in class Tree.Exp
public <D,R> R accept(Tree.Visitor<D,R> v, D d)
accept
in class Tree
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |