mapss.dif.language.sablecc.node
Class AIntegerNumber
java.lang.Object
mapss.dif.language.sablecc.node.Node
mapss.dif.language.sablecc.node.PNumber
mapss.dif.language.sablecc.node.AIntegerNumber
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AIntegerNumber
- extends PNumber
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AIntegerNumber
public AIntegerNumber()
AIntegerNumber
public AIntegerNumber(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