mapss.dif.language.sablecc.node
Class ANodeIdentifierTail

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

public final class ANodeIdentifierTail
extends PNodeIdentifierTail


Constructor Summary
ANodeIdentifierTail()
           
ANodeIdentifierTail(TComma _comma_, PName _name_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TComma getComma()
           
 PName getName()
           
 void setComma(TComma node)
           
 void setName(PName 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

ANodeIdentifierTail

public ANodeIdentifierTail()

ANodeIdentifierTail

public ANodeIdentifierTail(TComma _comma_,
                           PName _name_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getComma

public TComma getComma()

setComma

public void setComma(TComma node)

getName

public PName getName()

setName

public void setName(PName node)

toString

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