org.sonar.javascript.model
Interface ThrowStatementTree

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

public interface ThrowStatementTree
extends StatementTree

throw Statement.

   throw expression() ;
 

This interface is not intended to be implemented by clients.


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

Method Detail

expression

ExpressionTree expression()


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