mapss.dif.language.sablecc.node
Class AStringValue
java.lang.Object
mapss.dif.language.sablecc.node.Node
mapss.dif.language.sablecc.node.PValue
mapss.dif.language.sablecc.node.AStringValue
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AStringValue
- extends PValue
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AStringValue
public AStringValue()
AStringValue
public AStringValue(PConcatenatedStringValue _concatenatedStringValue_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getConcatenatedStringValue
public PConcatenatedStringValue getConcatenatedStringValue()
setConcatenatedStringValue
public void setConcatenatedStringValue(PConcatenatedStringValue node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object