Interface EmptyStatementTree

  • All Superinterfaces:
    StatementTree, Tree
    All Known Implementing Classes:
    EmptyStatementImpl

    public interface EmptyStatementTree
    extends StatementTree
    An empty statement is written as a single semicolon (;). The empty statement doesn't do anything.