Tree
Class LABEL

java.lang.Object
  extended by Tree.Stm
      extended by Tree.LABEL

public class LABEL
extends Stm


Field Summary
 Label label
           
 
Constructor Summary
LABEL(Label l)
           
 
Method Summary
<R,D> R
accept(Visitor<R,D> v, D d)
           
 Stm clone(Exp[] kids)
           
 Exp[] kids()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

public Label label
Constructor Detail

LABEL

public LABEL(Label l)
Method Detail

kids

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

clone

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

accept

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