org.sonar.javascript.model
Interface EmptyStatementTree

All Superinterfaces:
SourceElementTree, StatementTree, Tree
All Known Implementing Classes:
TreeImpl.EmptyStatementTreeImpl

public interface EmptyStatementTree
extends StatementTree

Empty Statement.

   ;
 

This interface is not intended to be implemented by clients.


Method Summary
 
Methods inherited from interface org.sonar.javascript.model.Tree
as, getLine, is
 



Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.