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

E13403-02

Uses of Class
oracle.javatools.parser.java.v1.symbol.ExpressionSymbol

Packages that use ExpressionSymbol
oracle.javatools.parser.java.v1   
oracle.javatools.parser.java.v1.symbol   
 

Uses of ExpressionSymbol in oracle.javatools.parser.java.v1
 

Methods in oracle.javatools.parser.java.v1 that return ExpressionSymbol
static ExpressionSymbol JavaUtilities.parseExpression(ReadTextBuffer wholeBuffer, int startOffset, int endOffset, Scope scope)
          Same as above except that it copies the relevant part of the original buffer so that the ExpressionSymbol can have offsets into the original buffer.
static ExpressionSymbol JavaUtilities.parseExpression(java.lang.String target)
          Convenience routine for parsing an expression.
static ExpressionSymbol JavaParser.parseInto(ReadTextBuffer buffer, ExpressionSymbol symbol, boolean reportErrors)
          This will parse into the specified ExpressionSymbol from a previous DEPTH_MEMBERS parse.
 

Methods in oracle.javatools.parser.java.v1 with parameters of type ExpressionSymbol
static ExpressionSymbol JavaParser.parseInto(ReadTextBuffer buffer, ExpressionSymbol symbol, boolean reportErrors)
          This will parse into the specified ExpressionSymbol from a previous DEPTH_MEMBERS parse.
 

Uses of ExpressionSymbol in oracle.javatools.parser.java.v1.symbol
 

Subclasses of ExpressionSymbol in oracle.javatools.parser.java.v1.symbol
 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.
 

Fields in oracle.javatools.parser.java.v1.symbol declared as ExpressionSymbol
protected  ExpressionSymbol ExpressionSymbol.firstOperand
          The direct operand that we're wrapping.
 

Methods in oracle.javatools.parser.java.v1.symbol that return ExpressionSymbol
 ExpressionSymbol ForStatement.getConditional()
           
 ExpressionSymbol CodeElement.getExpression()
          Returns the expressions symbol for this initialization of for loop.
 ExpressionSymbol[] ExpressionList.getExpressions()
          Returns the method parameters if this is a method invocation or the array elements if this is an array constant.
 ExpressionSymbol[] ExpressionSymbol.getExpressions()
           
 ExpressionSymbol StatementSymbol.getExprSymbol()
          Returns the expression for this expression statement.
 ExpressionSymbol ExpressionList.getFirstOperand()
           
 ExpressionSymbol ExpressionSymbol.getFirstOperand()
           
 ExpressionSymbol VariableSymbol.getInitializer()
           
 ExpressionSymbol StatementSymbol.getOptionalExpr()
          Only valid for the 'assert' expression statement.
 ExpressionSymbol ControlStatement.getParenExpr()
           
 ExpressionSymbol ExpressionSymbol.getSecondOperand()
           
 ExpressionSymbol ExpressionSymbol.getThirdOperand()
           
 ExpressionSymbol[] ForStatement.getUpdates()
           
 


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.