#include <Interpreter.h>
Inheritance diagram for TAO_Interpreter:
Protected Member Functions | |
TAO_Interpreter (void) | |
Constructor. | |
~TAO_Interpreter (void) | |
Destructor. | |
int | build_tree (const char *preferences) |
Static Protected Member Functions | |
int | is_empty_string (const char *str) |
Protected Attributes | |
TAO_Constraint * | root_ |
Static Private Attributes | |
TAO_SYNCH_MUTEX | parserMutex__ |
This mutex protects the <build_tree> method from reentrance. |
|
Constructor.
|
|
Destructor.
|
|
Using the Yacc generated parser, construct an expression tree representing <constraints> from the tokens returned by it. |
|
|
|
This mutex protects the <build_tree> method from reentrance.
|
|
The root of the expression tree, not equal to null if build_tree successfully builds a tree from the constraints. |