mapss.dif.language.sablecc.node
Class AGraphList

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

public final class AGraphList
extends PGraphList


Constructor Summary
AGraphList()
           
AGraphList(java.util.List _graphBlock_)
           
AGraphList(XPGraphBlock _graphBlock_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 java.util.LinkedList getGraphBlock()
           
 void setGraphBlock(java.util.List list)
           
 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

AGraphList

public AGraphList()

AGraphList

public AGraphList(java.util.List _graphBlock_)

AGraphList

public AGraphList(XPGraphBlock _graphBlock_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getGraphBlock

public java.util.LinkedList getGraphBlock()

setGraphBlock

public void setGraphBlock(java.util.List list)

toString

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