@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

^ 
EntityTypeScopeShort Description
~TreeCrawlerdestructor public default destructor
TreeCrawlerconstructor publicautomatically generated
TreeCrawlerconstructor publicautomatically generated
descriptionmethod public the description of this tree crawler.
operator =operator publicautomatically generated
traverseTreemethod 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
Code:
public virtual Node * traverseTree ( Node * root ,
string arg ) = 0

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.