| @root | classes |
class TreeCrawler | ^ |
TreeCrawler Class the TreeCrawler class recursively traverses a tree and performs an operation on each node and then returns a string of the results of that operation
- Source:
- treecrawlers.h:20
- Author:
- jhc7@duke.edu, ag20@duke.edu
- Version:
- unknown
Contents | ^ |
Entity Type Scope Short Description ~TreeCrawler destructor public default destructor TreeCrawler constructor public automatically generated TreeCrawler constructor public automatically generated description method public the description of this tree crawler. operator = operator public automatically generated traverseTree method public recursively traverses the tree and performs an operation on it
destructor ~TreeCrawler | ? ^ > |
default destructor
- Source:
- treecrawlers.h:25
- Code:
public virtual ~ TreeCrawler ( )
constructor TreeCrawler | ? ^ < > |
automatically generated
- Source:
- treecrawlers.h
- Code:
public TreeCrawler ( )
constructor TreeCrawler | ? ^ < > |
automatically generated
- Source:
- treecrawlers.h
- Code:
public TreeCrawler ( const TreeCrawler & )
method description | ? ^ < > |
the description of this tree crawler.Used to map it to a function call in Parser::NodeFactory
- Source:
- treecrawlers.h:38
- Code:
public virtual string description ( ) = 0
operator = | ? ^ < > |
automatically generated
- Source:
- treecrawlers.h
- Code:
public TreeCrawler & operator = ( const TreeCrawler & )
method traverseTree | ? ^ < > |
recursively traverses the tree and performs an operation on it
- Source:
- treecrawlers.h:31
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.