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.
| Methods inherited from interface org.sonar.javascript.model.Tree |
as, getLine, is |
identifier
IdentifierTree identifier()
block
BlockTree block()
Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.