mapss.dif.language.sablecc.node
Class ANumericTail
java.lang.Object
mapss.dif.language.sablecc.node.Node
mapss.dif.language.sablecc.node.PNumericTail
mapss.dif.language.sablecc.node.ANumericTail
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ANumericTail
- extends PNumericTail
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ANumericTail
public ANumericTail()
ANumericTail
public ANumericTail(TComma _comma_,
PNumber _number_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getComma
public TComma getComma()
setComma
public void setComma(TComma node)
getNumber
public PNumber getNumber()
setNumber
public void setNumber(PNumber node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object