mapss.dif.language.sablecc.node
Class AGraphBlock
java.lang.Object
mapss.dif.language.sablecc.node.Node
mapss.dif.language.sablecc.node.PGraphBlock
mapss.dif.language.sablecc.node.AGraphBlock
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AGraphBlock
- extends PGraphBlock
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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_)
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