com.sun.source.tree
Interface ExpressionStatementTree
- All Superinterfaces:
- StatementTree, Tree
public interface ExpressionStatementTree
- extends StatementTree
A tree node for an expression statement.
For example:
expression ;
- Since:
- 1.6
- See Also:
- "The Java Language Specification, 3rd ed, section 14.8"
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.