org.sonar.javascript.model
Interface BlockTree

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

public interface BlockTree
extends StatementTree

Block.

   { statements() }
 

This interface is not intended to be implemented by clients.


Method Summary
 List<? extends StatementTree> statements()
           
 
Methods inherited from interface org.sonar.javascript.model.Tree
as, getLine, is
 

Method Detail

statements

List<? extends StatementTree> statements()


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