Main Page   Class Hierarchy   Compound List   File List   Compound Members  

Iff Class Reference

Inheritance diagram for Iff::

BinaryTree LogicTree List of all members.

Private Methods

 Iff (LogicTree leftSubtree, LogicTree rightSubtree)

Detailed Description

a LogicTree tree with an "=" operator and two subtrees

Definition at line 320 of file LogicTree.java.


Constructor & Destructor Documentation

Iff::Iff ( LogicTree leftSubtree,
LogicTree rightSubtree ) [inline, private]
 

Definition at line 322 of file LogicTree.java.

00323   {
00324   super("=", leftSubtree, rightSubtree);
00325   }


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