Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.1.0)

E13403-02

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

Packages that use ExpressionObject
oracle.javatools.parser.java.v1.symbol   
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.java.v1.symbol
 

Classes in oracle.javatools.parser.java.v1.symbol that implement ExpressionObject
 class CreatorExpressionSymbol
          CreatorExpressionSymbol represents all primaries and primary selectors that start with the 'new' token.
 class ExpressionList
          The ExpressionList is an array of ExpressionSymbol's.
 class ExpressionSymbol
          The ExpressionSymbol is essentially the union of all the various operators and primaries.
 

Methods in oracle.javatools.parser.java.v1.symbol with parameters of type ExpressionObject
 void ExpressionSymbol.addOperand(ExpressionObject o)
           
 

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.1.0)

E13403-02

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