| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExpressionT
Common supertypes for all expressions. If it is a primary, selector, or method invocation, it has a name. Otherwise, it is an operator of some sort and has operands. With each enumerated constant is a description of which fields are non-null and useful.
| Nested Class Summary | |
|---|---|
static class | 
ExpressionT.ExpressionKindAn enumeration identifying which kind of expression this is.  | 
| Field Summary | |
|---|---|
static ExpressionT[] | 
EMPTY_ARRAY | 
| Method Summary | |
|---|---|
 ExpressionT.ExpressionKind | 
getExpressionKind()Identifies the operation this expression is performing.  | 
 ExpressionT | 
getFirstOperand() | 
 ExpressionT | 
getOperandAt(int index)Gets the operand at the specified index in the operand array.  | 
 int | 
getOperandCount() | 
 java.util.List | 
getOperands() | 
 ExpressionT | 
getSecondOperand() | 
 ExpressionT | 
getThirdOperand() | 
| Methods inherited from interface javax.ide.model.java.source.tree.Tree | 
|---|
accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty | 
| Field Detail | 
|---|
static final ExpressionT[] EMPTY_ARRAY
| Method Detail | 
|---|
ExpressionT.ExpressionKind getExpressionKind()
ExpressionT getFirstOperand()
ExpressionT getSecondOperand()
ExpressionT getThirdOperand()
java.util.List getOperands()
List of ExpressionTs.
int getOperandCount()
ExpressionT getOperandAt(int index)
index - 0-based.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||