mapss.dif.language.sablecc.node
Class AStringValue

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

public final class AStringValue
extends PValue


Constructor Summary
AStringValue()
           
AStringValue(PConcatenatedStringValue _concatenatedStringValue_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PConcatenatedStringValue getConcatenatedStringValue()
           
 void setConcatenatedStringValue(PConcatenatedStringValue 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

AStringValue

public AStringValue()

AStringValue

public AStringValue(PConcatenatedStringValue _concatenatedStringValue_)
Method Detail

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