Translate
Class Tree.Stm

java.lang.Object
  extended by Translate.Tree
      extended by Translate.Tree.Stm
Direct Known Subclasses:
Tree.Stm.CJUMP, Tree.Stm.ESTM, Tree.Stm.JUMP, Tree.Stm.LABEL, Tree.Stm.MOVE, Tree.Stm.SEQ
Enclosing class:
Tree

public abstract static class Tree.Stm
extends Tree


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

Tree.Stm

public Tree.Stm()
Method Detail

clone

public abstract Tree.Stm clone(Tree.Exp[] kids)