irt
Class MOVE

java.lang.Object
  |
  +--irt.Stm
        |
        +--irt.MOVE

public class MOVE
extends Stm


Field Summary
 Exp dst
           
 Exp src
           
 
Constructor Summary
MOVE(Exp dst, Exp src)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dst

public Exp dst

src

public Exp src
Constructor Detail

MOVE

public MOVE(Exp dst,
            Exp src)