mapss.dif.language.sablecc.node
Class X1PNodeIdentifierTail

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

public final class X1PNodeIdentifierTail
extends XPNodeIdentifierTail


Constructor Summary
X1PNodeIdentifierTail()
           
X1PNodeIdentifierTail(XPNodeIdentifierTail _xPNodeIdentifierTail_, PNodeIdentifierTail _pNodeIdentifierTail_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PNodeIdentifierTail getPNodeIdentifierTail()
           
 XPNodeIdentifierTail getXPNodeIdentifierTail()
           
 void setPNodeIdentifierTail(PNodeIdentifierTail node)
           
 void setXPNodeIdentifierTail(XPNodeIdentifierTail 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

X1PNodeIdentifierTail

public X1PNodeIdentifierTail()

X1PNodeIdentifierTail

public X1PNodeIdentifierTail(XPNodeIdentifierTail _xPNodeIdentifierTail_,
                             PNodeIdentifierTail _pNodeIdentifierTail_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getXPNodeIdentifierTail

public XPNodeIdentifierTail getXPNodeIdentifierTail()

setXPNodeIdentifierTail

public void setXPNodeIdentifierTail(XPNodeIdentifierTail node)

getPNodeIdentifierTail

public PNodeIdentifierTail getPNodeIdentifierTail()

setPNodeIdentifierTail

public void setPNodeIdentifierTail(PNodeIdentifierTail node)

toString

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