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

E17493-01

Uses of Interface
javax.ide.model.java.source.tree.OperatorExpressionT

Packages that use OperatorExpressionT
javax.ide.model.java.source.tree The Java AST. 
 

Uses of OperatorExpressionT in javax.ide.model.java.source.tree
 

Subinterfaces of OperatorExpressionT in javax.ide.model.java.source.tree
 interface ArrayAccessExpressionT
          An array access expression.
 interface AssignmentExpressionT
          An expression performing an assignment operation.
 interface DereferenceExpressionT
          Common supertype for expressions performing dereference operations.
 interface DotExpressionT
          A expression representing an identifier selector.
 interface InfixExpressionT
          An expression involving an infix operation (but not an assignment operation).
 interface InvokeExpressionT
          Common supertype for an expression that invokes a method.
 interface MethodCallExpressionT
          An expression performing a method invocation or an explicit constructor invocation.
 interface NewClassExpressionT
          An expression creating a new instance of a class.
 interface QuestionExpressionT
          An expression with the ?: operator, formally known as the "conditional operator".
 interface TypecastExpressionT
          An expression performing a typecast operation.
 interface UnaryExpressionT
          An expression performing a prefix or postfix operation, but not a typecast operation.
 


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

E17493-01

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