ExpressionTree
, Tree
public interface UnaryTree extends ExpressionTree
getKind
to determine the kind of operator.
For example:
operator expression expression operator
Modifier and Type | Method | Description |
---|---|---|
ExpressionTree |
getExpression() |
Returns the expression that is the operand of the unary operator.
|
ExpressionTree getExpression()
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b144-1