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