Main Page   Class Hierarchy   Compound List   File List   Compound Members  

Var Class Reference

Inheritance diagram for Var::

Unit LogicTree List of all members.

Private Methods

 Var (char name)

Detailed Description

a LogicTree tree for a variable with a given name

Definition at line 412 of file LogicTree.java.


Constructor & Destructor Documentation

Var::Var ( char name ) [inline, private]
 

Definition at line 414 of file LogicTree.java.

00415   {
00416   super("" + name);
00417   }


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