tree
Class LABEL

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

public class LABEL
extends Stm

Nó que representa um label do código.


Constructor Summary
LABEL(temp.Label l)
           
 
Method Summary
 Stm build(List<Exp> kids)
           
 temp.Label getLabel()
          Label do código.
 List<Exp> kids()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LABEL

public LABEL(temp.Label l)
Method Detail

kids

public List<Exp> kids()
Specified by:
kids in class Stm

build

public Stm build(List<Exp> kids)
Specified by:
build in class Stm

getLabel

public temp.Label getLabel()
Label do código.