|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.3) E13403-11 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExpressionObject | |
|---|---|
| oracle.javatools.parser.util | The Parser Utilities package contains utility classes used by the rest of the parser framework. |
| Uses of ExpressionObject in oracle.javatools.parser.util |
|---|
| Methods in oracle.javatools.parser.util that return ExpressionObject | |
|---|---|
ExpressionObject |
ExpressionStack.process()Takes the stream of ExpressionObjects in infix order via the method add(...) and generates a tree of ExpressionObjects. |
| Methods in oracle.javatools.parser.util with parameters of type ExpressionObject | |
|---|---|
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. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.3) E13403-11 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||