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