org.sonar.plugins.java.api.tree
Interface EmptyStatementTree

All Superinterfaces:
StatementTree, Tree

@Beta
public interface EmptyStatementTree
extends StatementTree

Empty statement. JLS 14.6

   ;
 

Since:
Java 1.3

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree
Tree.Kind
 
Method Summary
 
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, is
 



Copyright © 2012-2014 SonarSource. All Rights Reserved.