File
Doc
Category
Size
Date
Package
UnaryTree.java
API Doc
Java SE 6 API
846
Tue Jun 10 00:23:26 BST 2008
com.sun.source.tree
UnaryTree
public interface UnaryTree implements ExpressionTree
A tree node for postfix and unary expressions. Use {@link #getKind getKind} to determine the kind of operator. For example:
operator
expression
expression
operator
see
"The Java Language Specification, 3rd ed, sections 15.14 and 15.15"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6
Fields Summary
Constructors Summary
Methods Summary
public
com.sun.source.tree.ExpressionTree
getExpression
()
Java Code Source