| Package | Description | 
|---|---|
| oracle.javatools.parser.util | 
 The  
Parser Utilities package contains utility classes
used by the rest of the parser framework. | 
| Modifier and Type | Method and Description | 
|---|---|
ExpressionObject | 
ExpressionStack.process()
Takes the stream of ExpressionObjects in infix order via the method
 add(...) and generates a tree of ExpressionObjects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExpressionStack.add(ExpressionObject e)
Adds an ExpressionObject as in an infix stream. 
 | 
void | 
ExpressionObject.addOperand(ExpressionObject e)
Adds an operand to this operator object. 
 |