joosc.node
Class ABlockSimplestm

java.lang.Object
  extended byjoosc.node.Node
      extended byjoosc.node.PSimplestm
          extended byjoosc.node.ABlockSimplestm
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ABlockSimplestm
extends PSimplestm


Constructor Summary
ABlockSimplestm()
           
ABlockSimplestm(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

ABlockSimplestm

public ABlockSimplestm()

ABlockSimplestm

public ABlockSimplestm(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()