mapss.dif.language.sablecc.node
Class AStringIdentifierName
java.lang.Object
mapss.dif.language.sablecc.node.Node
mapss.dif.language.sablecc.node.PName
mapss.dif.language.sablecc.node.AStringIdentifierName
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AStringIdentifierName
- extends PName
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AStringIdentifierName
public AStringIdentifierName()
AStringIdentifierName
public AStringIdentifierName(TStringIdentifier _stringIdentifier_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getStringIdentifier
public TStringIdentifier getStringIdentifier()
setStringIdentifier
public void setStringIdentifier(TStringIdentifier node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object