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