- All Superinterfaces:
 ExpressionTree,Tree
A tree node for postfix and unary expressions.
 Use 
getKind to determine the kind of operator.
 For example:
 operator expression expression operator
- See Java Language Specification:
 - 
15.14 Postfix Expressions
15.15 Unary Operators - Since:
 - 1.6
 
- 
Nested Class Summary
 - 
Method Summary
Modifier and TypeMethodDescriptionReturns the expression that is the operand of the unary operator. 
- 
Method Details
- 
getExpression
ExpressionTree getExpression()Returns the expression that is the operand of the unary operator.- Returns:
 - the expression
 
 
 -