org.sonar.javascript.model
Interface CatchBlockTree

All Superinterfaces:
Tree
All Known Implementing Classes:
TreeImpl.CatchBlockTreeImpl

public interface CatchBlockTree
extends Tree

Catch Block.

   catch ( identifier() ) block()
 

This interface is not intended to be implemented by clients.


Method Summary
 BlockTree block()
           
 IdentifierTree identifier()
           
 
Methods inherited from interface org.sonar.javascript.model.Tree
as, getLine, is
 

Method Detail

identifier

IdentifierTree identifier()

block

BlockTree block()


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