Module jdk.compiler

Interface EmptyStatementTree

All Superinterfaces:
StatementTree, Tree

public interface EmptyStatementTree extends StatementTree
A tree node for an empty (skip) statement. For example:
    ;
 
See Java Language Specification:
14.6 The Empty Statement
Since:
1.6