Module jdk.compiler

Interface ExpressionStatementTree

All Superinterfaces:
StatementTree, Tree

public interface ExpressionStatementTree extends StatementTree
A tree node for an expression statement. For example:
   expression ;
 
See Java Language Specification:
14.8 Expression Statements
Since:
1.6