Main Page   Class Hierarchy   Compound List   File List   Compound Members  

False Class Reference

Inheritance diagram for False::

Unit LogicTree List of all members.

Private Methods

 False ()

Detailed Description

a LogicTree tree for the constant 0 (false)

Definition at line 386 of file LogicTree.java.


Constructor & Destructor Documentation

False::False ( ) [inline, private]
 

Definition at line 388 of file LogicTree.java.

00389   {
00390   super("0");
00391   }


The documentation for this class was generated from the following file:
Generated at Wed Mar 26 13:57:26 2003 for LogicParserSupportFiles by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001