@Exported public interface UnaryTree extends ExpressionTree
getKind
to determine the kind of operator.
For example:
operator expression expression operator
Modifier and Type | Method and Description |
---|---|
ExpressionTree |
getExpression()
Returns the expression that is the operand of the unary operator.
|
ExpressionTree getExpression()
Copyright © 2005, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b74