com.bluemarsh.jswat.parser.java.node
Class AFalseBooleanLiteral
java.lang.Object
|
+--com.bluemarsh.jswat.parser.java.node.Node
|
+--com.bluemarsh.jswat.parser.java.node.PBooleanLiteral
|
+--com.bluemarsh.jswat.parser.java.node.AFalseBooleanLiteral
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class AFalseBooleanLiteral
- extends PBooleanLiteral
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AFalseBooleanLiteral
public AFalseBooleanLiteral()
AFalseBooleanLiteral
public AFalseBooleanLiteral(TFalse _false_)
clone
public java.lang.Object clone()
- Overrides:
clone
in class Node
apply
public void apply(Switch sw)
getFalse
public TFalse getFalse()
setFalse
public void setFalse(TFalse node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object