|
Extension SDK 10.1.2 | ||||||||||
| 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. |
|
Extension SDK | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2004, Oracle. All rights reserved.