mapss.dif.language.sablecc.node
Class AGraphBlock

java.lang.Object
  extended by mapss.dif.language.sablecc.node.Node
      extended by mapss.dif.language.sablecc.node.PGraphBlock
          extended by mapss.dif.language.sablecc.node.AGraphBlock
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AGraphBlock
extends PGraphBlock


Constructor Summary
AGraphBlock()
           
AGraphBlock(TIdentifier _identifier_, PName _name_, TLBkt _lBkt_, java.util.List _block_, TRBkt _rBkt_)
           
AGraphBlock(TIdentifier _identifier_, PName _name_, TLBkt _lBkt_, XPBlock _block_, TRBkt _rBkt_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 java.util.LinkedList getBlock()
           
 TIdentifier getIdentifier()
           
 TLBkt getLBkt()
           
 PName getName()
           
 TRBkt getRBkt()
           
 void setBlock(java.util.List list)
           
 void setIdentifier(TIdentifier node)
           
 void setLBkt(TLBkt node)
           
 void setName(PName node)
           
 void setRBkt(TRBkt node)
           
 java.lang.String toString()
           
 
Methods inherited from class mapss.dif.language.sablecc.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

AGraphBlock

public AGraphBlock()

AGraphBlock

public AGraphBlock(TIdentifier _identifier_,
                   PName _name_,
                   TLBkt _lBkt_,
                   java.util.List _block_,
                   TRBkt _rBkt_)

AGraphBlock

public AGraphBlock(TIdentifier _identifier_,
                   PName _name_,
                   TLBkt _lBkt_,
                   XPBlock _block_,
                   TRBkt _rBkt_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getIdentifier

public TIdentifier getIdentifier()

setIdentifier

public void setIdentifier(TIdentifier node)

getName

public PName getName()

setName

public void setName(PName node)

getLBkt

public TLBkt getLBkt()

setLBkt

public void setLBkt(TLBkt node)

getBlock

public java.util.LinkedList getBlock()

setBlock

public void setBlock(java.util.List list)

getRBkt

public TRBkt getRBkt()

setRBkt

public void setRBkt(TRBkt node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object