com.bluemarsh.jswat.parser.java.node
Class AIntegerLiteralLiteral
java.lang.Object
|
+--com.bluemarsh.jswat.parser.java.node.Node
|
+--com.bluemarsh.jswat.parser.java.node.PLiteral
|
+--com.bluemarsh.jswat.parser.java.node.AIntegerLiteralLiteral
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class AIntegerLiteralLiteral
- extends PLiteral
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AIntegerLiteralLiteral
public AIntegerLiteralLiteral()
AIntegerLiteralLiteral
public AIntegerLiteralLiteral(PIntegerLiteral _integerLiteral_)
clone
public java.lang.Object clone()
- Overrides:
clone
in class Node
apply
public void apply(Switch sw)
getIntegerLiteral
public PIntegerLiteral getIntegerLiteral()
setIntegerLiteral
public void setIntegerLiteral(PIntegerLiteral node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object