mapss.dif.language.sablecc.node
Class ATrueBooleanValue
java.lang.Object
mapss.dif.language.sablecc.node.Node
mapss.dif.language.sablecc.node.PBooleanValue
mapss.dif.language.sablecc.node.ATrueBooleanValue
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class ATrueBooleanValue
- extends PBooleanValue
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ATrueBooleanValue
public ATrueBooleanValue()
ATrueBooleanValue
public ATrueBooleanValue(TTrue _true_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getTrue
public TTrue getTrue()
setTrue
public void setTrue(TTrue node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object