mapss.dif.language.sablecc.node
Class ABooleanValue

java.lang.Object
  extended by mapss.dif.language.sablecc.node.Node
      extended by mapss.dif.language.sablecc.node.PValue
          extended by mapss.dif.language.sablecc.node.ABooleanValue
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ABooleanValue
extends PValue


Constructor Summary
ABooleanValue()
           
ABooleanValue(PBooleanValue _booleanValue_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PBooleanValue getBooleanValue()
           
 void setBooleanValue(PBooleanValue node)
           
 java.lang.String toString()
           
 
Methods inherited from class mapss.dif.language.sablecc.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ABooleanValue

public ABooleanValue()

ABooleanValue

public ABooleanValue(PBooleanValue _booleanValue_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getBooleanValue

public PBooleanValue getBooleanValue()

setBooleanValue

public void setBooleanValue(PBooleanValue node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object