- 
- All Superinterfaces:
- ExpressionTree,- Tree
 
 
 public interface UnaryTree extends ExpressionTree A tree node for postfix and unary expressions. UsegetKindto determine the kind of operator. For example:operator expression expression operator - Since:
- 9
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressionTreegetExpression()Returns the expression operated by the unary operator.- 
Methods inherited from interface jdk.nashorn.api.tree.Treeaccept, getEndPosition, getKind, getStartPosition
 
- 
 
- 
- 
- 
Method Detail- 
getExpressionExpressionTree getExpression() Returns the expression operated by the unary operator.- Returns:
- The expression operated by the unary operator.
 
 
- 
 
-