com.sun.source.tree
Interface UnaryTree
- All Superinterfaces:
- ExpressionTree, Tree
public interface UnaryTree
- extends ExpressionTree
A tree node for postfix and unary expressions.
Use getKind
to determine the kind of operator.
For example:
operator expression
expression operator
- Since:
- 1.6
- See Also:
- "The Java Language Specification, 3rd ed, sections 15.14 and 15.15"
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree |
Tree.Kind |
getExpression
ExpressionTree getExpression()
Copyright © 2005, 2012, Oracle and/or its affiliates. All rights reserved.