| @root | classes |
class TreeCleaner | ^ |
TreeCleaner Class TreeCleaner traverses a tree and simplifies the expression to a more readable form by reducing expressions with 1's and 0's.It then returns this cleaned version of the tree to the parser. This class will eventually become a child class of treecrawlers.h
- Source:
- treecrawlers.h:54
- Author:
- ag20@duke.edu jhc7@duke.edu
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~TreeCleaner destructor public destructor TreeCleaner constructor public makes an empty treecleaner TreeCleaner constructor public automatically generated CleanTree method public cleans the root node description method public returns description of the class operator = operator public automatically generated traverseTree method public calls clean tree to traverse and clean the tree
destructor ~TreeCleaner | ? ^ > |
destructor
- Source:
- treecrawlers.h:65
- Code:
public ~ TreeCleaner ( )
constructor TreeCleaner | ? ^ < > |
makes an empty treecleaner
- Source:
- treecrawlers.h:60
- Code:
public TreeCleaner ( )
constructor TreeCleaner | ? ^ < > |
automatically generated
- Source:
- treecrawlers.h
- Code:
public TreeCleaner ( const TreeCleaner & )
method CleanTree | ? ^ < > |
cleans the root node
- Source:
- treecrawlers.h:199
method description | ? ^ < > |
returns description of the class
- Source:
- treecrawlers.h:215
- Code:
public virtual string description ( )
operator = | ? ^ < > |
automatically generated
- Source:
- treecrawlers.h
- Code:
public TreeCleaner & operator = ( const TreeCleaner & )
method traverseTree | ? ^ < > |
calls clean tree to traverse and clean the tree
- Source:
- treecrawlers.h:207
Created Sun Oct 6 20:57:01 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.