joosc.node
Class ABlockStm

java.lang.Object
  extended byjoosc.node.Node
      extended byjoosc.node.PStm
          extended byjoosc.node.ABlockStm
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ABlockStm
extends PStm


Constructor Summary
ABlockStm()
           
ABlockStm(TLBrace _lBrace_, java.util.List _stm_, TRBrace _rBrace_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TLBrace getLBrace()
           
 TRBrace getRBrace()
           
 java.util.LinkedList getStm()
           
 void setLBrace(TLBrace node)
           
 void setRBrace(TRBrace node)
           
 void setStm(java.util.List list)
           
 java.lang.String toString()
           
 
Methods inherited from class joosc.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ABlockStm

public ABlockStm()

ABlockStm

public ABlockStm(TLBrace _lBrace_,
                 java.util.List _stm_,
                 TRBrace _rBrace_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getLBrace

public TLBrace getLBrace()

setLBrace

public void setLBrace(TLBrace node)

getStm

public java.util.LinkedList getStm()

setStm

public void setStm(java.util.List list)

getRBrace

public TRBrace getRBrace()

setRBrace

public void setRBrace(TRBrace node)

toString

public java.lang.String toString()