oracle.jdeveloper.jot
Interface JotStatementExpression
- All Superinterfaces:
- JotElement, JotExpression
- All Known Subinterfaces:
- JotAllocation, JotAnonymousClass, JotArrayAllocation, JotAssignment, JotClassAllocation, JotMethodCall, JotNestedExpression, JotPostIncrementOrDecrement, JotPreIncrementOrDecrement
- public interface JotStatementExpression
- extends JotExpression
A JotStatementExpression
represents expressions that
can occur inside of a JotExpressionStatement
. In particular,
a statement expression must be one of: an assignment, a pre-increment
expression, a pre-decrement expression, a post-increment expression, a
post-decrement expression, a method call, or a class instance creation
expression.
- Since:
- 5.0
- See Also:
JotAssignment
,
JotMethodCall
,
"Section 14.8 of the Java Language Specification."
Fields inherited from interface oracle.jdeveloper.jot.JotExpression |
ANONYMOUS_CLASS_ALLOCATION_EXPRESSION, ARRAY_ALLOCATION_EXPRESSION, ARRAY_DEREFERENCE_EXPRESSION, ARRAY_INITIALIZER_EXPRESSION, ASSIGNMENT_EXPRESSION, CLASS_ALLOCATION_EXPRESSION, INFIX_EXPRESSION, METHOD_CALL_EXPRESSION, NESTED_EXPRESSION, POST_INC_OR_DEC_EXPRESSION, PRE_INC_OR_DEC_EXPRESSION, PRIMARY_EXPRESSION, QUESTION_EXPRESSION, TYPECAST_EXPRESSION, UNARY_EXPRESSION, UNCATEGORIZED_EXPRESSION |
Methods inherited from interface oracle.jdeveloper.jot.JotExpression |
getAsAnonymousClass, getAsArrayAllocation, getAsArrayDereference, getAsArrayInitializer, getAsAssignment, getAsClassAllocation, getAsInfixExpression, getAsMethodCall, getAsNestedExpression, getAsPostIncrementOrDecrement, getAsPreIncrementOrDecrement, getAsPrimaryExpression, getAsQuestionExpression, getAsTypecast, getAsUnaryExpression, getExpressionString, getExpressionType, getMinimumReferenceName, isParenthesized, renameObjectReference, resolveTypeReference, setParenthesized |
Methods inherited from interface oracle.jdeveloper.jot.JotElement |
getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent |
Copyright ©1997, 2003, Oracle. All rights reserved.