Tree
Class LABEL

java.lang.Object
  extended by Tree.Stm
      extended by Tree.LABEL
All Implemented Interfaces:
Hospitable

public class LABEL
extends Stm

Define constant value as current code address.


Field Summary
 Temp.Label label
           
 
Constructor Summary
LABEL(Temp.Label l)
           
 
Method Summary
 void accept(IntVisitor v, int d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

public Temp.Label label
Constructor Detail

LABEL

public LABEL(Temp.Label l)
Method Detail

accept

public void accept(IntVisitor v,
                   int d)
Specified by:
accept in interface Hospitable
Specified by:
accept in class Stm