Translate
Class Tree.Stm.MOVE

java.lang.Object
  extended by Translate.Tree
      extended by Translate.Tree.Stm
          extended by Translate.Tree.Stm.MOVE
Enclosing class:
Tree.Stm

public static class Tree.Stm.MOVE
extends Tree.Stm


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
 Tree.Exp dst
           
 Tree.Exp src
           
 
Constructor Summary
Tree.Stm.MOVE(Tree.Exp d, Tree.Exp s)
           
 
Method Summary
<D,R> R
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

dst

public final Tree.Exp dst

src

public final Tree.Exp src
Constructor Detail

Tree.Stm.MOVE

public Tree.Stm.MOVE(Tree.Exp d,
                     Tree.Exp s)
Method Detail

kids

public Tree.Exp[] kids()
Specified by:
kids in class Tree

clone

public Tree.Stm clone(Tree.Exp[] kids)
Specified by:
clone in class Tree.Stm

accept

public <D,R> R accept(Tree.Visitor<D,R> v,
                      D d)
Specified by:
accept in class Tree