SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
ParserTree Class Reference

#include <Parser.h>

Public Member Functions

 ParserTree (const std::string &varname, ParserNodeHandle expression)
 
std::string get_varname ()
 
ParserNodeHandle get_expression_tree ()
 
void set_expression_tree (ParserNodeHandle handle)
 
void set_type (const std::string &type)
 
const std::string & get_type ()
 
void print () const
 

Public Attributes

int ref_cnt
 

Constructor & Destructor Documentation

ParserTree ( const std::string &  varname,
ParserNodeHandle  expression 
)
inline

Member Function Documentation

ParserNodeHandle get_expression_tree ( )
inline
const std::string& get_type ( )
inline
std::string get_varname ( )
inline
void print ( ) const
void set_expression_tree ( ParserNodeHandle  handle)
inline
void set_type ( const std::string &  type)
inline

Member Data Documentation

int ref_cnt

The documentation for this class was generated from the following files: