joosc.node
Class AFalseExp

java.lang.Object
  extended byjoosc.node.Node
      extended byjoosc.node.PExp
          extended byjoosc.node.AFalseExp
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class AFalseExp
extends PExp


Constructor Summary
AFalseExp()
           
AFalseExp(TFalse _false_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TFalse getFalse()
           
 void setFalse(TFalse node)
           
 java.lang.String toString()
           
 
Methods inherited from class joosc.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

AFalseExp

public AFalseExp()

AFalseExp

public AFalseExp(TFalse _false_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
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()