Main Page   Class Hierarchy   Compound List   File List   Compound Members  

True Class Reference

Inheritance diagram for True::

Unit LogicTree List of all members.

Private Methods

 True ()

Detailed Description

a LogicTree tree for the constant 1 (true)

Definition at line 399 of file LogicTree.java.


Constructor & Destructor Documentation

True::True ( ) [inline, private]
 

Definition at line 401 of file LogicTree.java.

00402   {
00403   super("1");
00404   }


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