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.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.sonar.plugins.php.api.tree.Tree

    Tree.Kind
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.sonar.plugins.php.api.tree.Tree

    accept, getKind, getParent, is
  • Method Details