Interface ExpressionStatementTree
- All Superinterfaces:
- StatementTree, Tree
A tree node for an expression statement.
For example:
expression ;
- See Java Language Specification:
- 
14.8 Expression Statements
- Since:
- 1.6
- 
Nested Class Summary
- 
Method SummaryModifier and TypeMethodDescriptionReturns the expression constituting this statement.
- 
Method Details- 
getExpressionExpressionTree getExpression()Returns the expression constituting this statement.- Returns:
- the expression
 
 
-