- 
- All Superinterfaces:
- StatementTree,- Tree
 
 public interface ExpressionStatementTree extends StatementTree A tree node for an expression statement. For example:expression ; - Since:
- 1.6
- See The Java™ Language Specification:
- section 14.8
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressionTreegetExpression()Returns the expression constituting this statement.
 
- 
- 
- 
Method Detail- 
getExpressionExpressionTree getExpression() Returns the expression constituting this statement.- Returns:
- the expression
 
 
- 
 
-