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

E13403-05

Uses of Package
oracle.javatools.parser.java.v2.model.expression

Packages that use oracle.javatools.parser.java.v2.model.expression
oracle.javatools.parser.java.v2 The parser API. 
oracle.javatools.parser.java.v2.common Classes common to model implementations. 
oracle.javatools.parser.java.v2.model The parser model API. 
oracle.javatools.parser.java.v2.model.expression The parser model API for expressions. 
oracle.javatools.parser.java.v2.model.statement The parser model API for statements. 
oracle.javatools.parser.java.v2.util Various utilities for use with the parser. 
oracle.jdeveloper.cmt The Component Model Tool, an API for manipulating Java source code. 
oracle.jdeveloper.java.legacy Used for migrating legacy java model code to the current version. 
oracle.jdeveloper.java.util Public utilities for use with the java model, including the parser. 
 

Classes in oracle.javatools.parser.java.v2.model.expression used by oracle.javatools.parser.java.v2
SourceAnnotationExpression
          An AnnotationExpression is a final expression representing an annotation that is also an expression operand (and therefore must be a subclass of Expression).
SourceArrayAccessExpression
          An ArrayAccessExpression is a final expression representing an array access expression.
SourceAssignmentExpression
          An AssignmentExpression is a final expression representing infix operations that are assignments.
SourceDotExpression
          A DotExpression is a final expression representing a selector.
SourceExpression
          The SourceExpression is essentially the union of all the various operators and primaries.
SourceInfixExpression
          An InfixExpression is a final expression representing an infix operation that is not an assignment.
SourceListExpression
          A ListExpression is a final expression representing non-operation expressions that have a variable number of operands.
SourceMethodCallExpression
          A MethodCallExpression is a final expression representing a method invocation or an explicit constructor invocation.
SourceNewArrayExpression
          An ArrayAccessExpression is a final expression representing an array access expression.
SourceNewClassExpression
          A ClassCreatorExpression is a final expression representing an instance creation expression.
SourceQuestionExpression
          A QuestionExpression is a final expression representing the ternary operator x? x: x.
SourceSimpleNameExpression
          A SimpleNameExpression is a final expression representing an unqualified name access.
SourceTypecastExpression
          A TypecastExpression is a final expression representing a type cast.
SourceTypeExpression
          A TypeExpression is a final expression representing a type that is also an expression operand (and therefore must be a subclass of Expression).
SourceUnaryExpression
          A UnaryExpression is a final expression representing the prefix and postfix operators but not the typecast operator.
SourceWrapperExpression
          A WrapperExpression is a final expression that represents wrapping constructs such as parentheses and brackets.
 

Classes in oracle.javatools.parser.java.v2.model.expression used by oracle.javatools.parser.java.v2.common
CompiledTmpVariable
          The type of a compiled tmp variable.
 

Classes in oracle.javatools.parser.java.v2.model.expression used by oracle.javatools.parser.java.v2.model
CompiledTmpVariable
          The type of a compiled tmp variable.
SourceExpression
          The SourceExpression is essentially the union of all the various operators and primaries.
SourceListExpression
          A ListExpression is a final expression representing non-operation expressions that have a variable number of operands.
 

Classes in oracle.javatools.parser.java.v2.model.expression used by oracle.javatools.parser.java.v2.model.expression
CompiledAccessExpression
          The type of a compiled access expression.
CompiledExpression
          The type of a compiled expression.
CompiledInvokeExpression
          The type of a compiled invocation expression.
SourceDereferenceExpression
          A SourceDereferenceExpression is a common base expression representing an operator that performs a dereference.
SourceExpression
          The SourceExpression is essentially the union of all the various operators and primaries.
SourceInvokeExpression
          A SourceInvokeExpression is a common base expression representing any invocation expression.
SourceListExpression
          A ListExpression is a final expression representing non-operation expressions that have a variable number of operands.
SourceOperatorExpression
          An OperatorExpression is a common base expression representing a multi-operand expression that performs an operation.
 

Classes in oracle.javatools.parser.java.v2.model.expression used by oracle.javatools.parser.java.v2.model.statement
SourceExpression
          The SourceExpression is essentially the union of all the various operators and primaries.
SourceListExpression
          A ListExpression is a final expression representing non-operation expressions that have a variable number of operands.
 

Classes in oracle.javatools.parser.java.v2.model.expression used by oracle.javatools.parser.java.v2.util
SourceAnnotationExpression
          An AnnotationExpression is a final expression representing an annotation that is also an expression operand (and therefore must be a subclass of Expression).
SourceArrayAccessExpression
          An ArrayAccessExpression is a final expression representing an array access expression.
SourceAssignmentExpression
          An AssignmentExpression is a final expression representing infix operations that are assignments.
SourceDotExpression
          A DotExpression is a final expression representing a selector.
SourceExpression
          The SourceExpression is essentially the union of all the various operators and primaries.
SourceInfixExpression
          An InfixExpression is a final expression representing an infix operation that is not an assignment.
SourceInvokeExpression
          A SourceInvokeExpression is a common base expression representing any invocation expression.
SourceListExpression
          A ListExpression is a final expression representing non-operation expressions that have a variable number of operands.
SourceLiteralExpression
          A LiteralExpression is a final expression representing a lexical literal.
SourceMethodCallExpression
          A MethodCallExpression is a final expression representing a method invocation or an explicit constructor invocation.
SourceNewArrayExpression
          An ArrayAccessExpression is a final expression representing an array access expression.
SourceNewClassExpression
          A ClassCreatorExpression is a final expression representing an instance creation expression.
SourceQuestionExpression
          A QuestionExpression is a final expression representing the ternary operator x? x: x.
SourceSimpleNameExpression
          A SimpleNameExpression is a final expression representing an unqualified name access.
SourceTypecastExpression
          A TypecastExpression is a final expression representing a type cast.
SourceTypeExpression
          A TypeExpression is a final expression representing a type that is also an expression operand (and therefore must be a subclass of Expression).
SourceUnaryExpression
          A UnaryExpression is a final expression representing the prefix and postfix operators but not the typecast operator.
SourceWrapperExpression
          A WrapperExpression is a final expression that represents wrapping constructs such as parentheses and brackets.
 

Classes in oracle.javatools.parser.java.v2.model.expression used by oracle.jdeveloper.cmt
SourceAssignmentExpression
          An AssignmentExpression is a final expression representing infix operations that are assignments.
SourceExpression
          The SourceExpression is essentially the union of all the various operators and primaries.
SourceMethodCallExpression
          A MethodCallExpression is a final expression representing a method invocation or an explicit constructor invocation.
 

Classes in oracle.javatools.parser.java.v2.model.expression used by oracle.jdeveloper.java.legacy
SourceExpression
          The SourceExpression is essentially the union of all the various operators and primaries.
SourceMethodCallExpression
          A MethodCallExpression is a final expression representing a method invocation or an explicit constructor invocation.
 

Classes in oracle.javatools.parser.java.v2.model.expression used by oracle.jdeveloper.java.util
SourceExpression
          The SourceExpression is essentially the union of all the various operators and primaries.
 


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

E13403-05

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