|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTranslate.Tree
Translate.Tree.Stm
Translate.Tree.Stm.LABEL
public static class Tree.Stm.LABEL
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class Translate.Tree.Stm |
|---|
Tree.Stm.CJUMP, Tree.Stm.ESTM, Tree.Stm.JUMP, Tree.Stm.LABEL, Tree.Stm.MOVE, Tree.Stm.SEQ |
| Nested classes/interfaces inherited from class Translate.Tree |
|---|
Tree.Exp, Tree.Print, Tree.Stm, Tree.Visitor<Domain,Range> |
| Field Summary | |
|---|---|
Temp.Label |
label
|
| Constructor Summary | |
|---|---|
Tree.Stm.LABEL(Temp.Label l)
|
|
| Method Summary | ||
|---|---|---|
|
accept(Tree.Visitor<D,R> v,
D d)
|
|
Tree.Stm |
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 Temp.Label label
| Constructor Detail |
|---|
public Tree.Stm.LABEL(Temp.Label l)
| Method Detail |
|---|
public Tree.Exp[] kids()
kids in class Treepublic Tree.Stm clone(Tree.Exp[] kids)
clone in class Tree.Stm
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 | ||||||||