Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.javatools.parser.util.ExpressionObject

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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.