irt
Class JUMP

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

public class JUMP
extends Stm


Field Summary
 Exp exp
           
 LabelList targets
           
 
Constructor Summary
JUMP(Exp exp, LabelList targets)
           
JUMP(Label target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exp

public Exp exp

targets

public LabelList targets
Constructor Detail

JUMP

public JUMP(Exp exp,
            LabelList targets)

JUMP

public JUMP(Label target)