Interface FinallyBlockTree
-
- All Superinterfaces:
Tree
- All Known Implementing Classes:
FinallyBlockTreeImpl
@Beta public interface FinallyBlockTree extends Tree
Finally Block.finally
block()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockTreeblock()SyntaxTokenfinallyKeyword()-
Methods inherited from interface org.sonar.plugins.javascript.api.tree.Tree
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parent
-
-
-
-
Method Detail
-
finallyKeyword
SyntaxToken finallyKeyword()
-
block
BlockTree block()
-
-