Interface EmptyStatementTree

All Superinterfaces:
ImportClauseTree, StatementTree, Tree
All Known Implementing Classes:
EmptyStatementTreeImpl

@Beta public interface EmptyStatementTree extends StatementTree, ImportClauseTree
Empty statement. JLS 14.6
   ;
 
Since:
Java 1.3
  • Method Details