|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTranslate.Tree
Translate.Tree.Stm
public abstract static class Tree.Stm
Nested Class Summary | |
---|---|
static class |
Tree.Stm.CJUMP
|
static class |
Tree.Stm.ESTM
|
static class |
Tree.Stm.JUMP
|
static class |
Tree.Stm.LABEL
|
static class |
Tree.Stm.MOVE
|
static class |
Tree.Stm.SEQ
|
Nested classes/interfaces inherited from class Translate.Tree |
---|
Tree.Exp, Tree.Print, Tree.Stm, Tree.Visitor<Domain,Range> |
Constructor Summary | |
---|---|
Tree.Stm()
|
Method Summary | |
---|---|
abstract Tree.Stm |
clone(Tree.Exp[] kids)
|
Methods inherited from class Translate.Tree |
---|
accept, isAtom, kids |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tree.Stm()
Method Detail |
---|
public abstract Tree.Stm clone(Tree.Exp[] kids)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |