public class FinallyBlockTreeImpl extends JavaScriptTree implements FinallyBlockTree
| Constructor and Description |
|---|
FinallyBlockTreeImpl(InternalSyntaxToken finallyKeyword,
BlockTree block) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DoubleDispatchVisitor visitor) |
BlockTree |
block() |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
SyntaxToken |
finallyKeyword() |
Tree.Kind |
getKind() |
childrenStream, descendants, firstToken, is, isAncestorOf, isLeaf, lastToken, parent, setParent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchildrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentpublic FinallyBlockTreeImpl(InternalSyntaxToken finallyKeyword, BlockTree block)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic SyntaxToken finallyKeyword()
finallyKeyword in interface FinallyBlockTreepublic BlockTree block()
block in interface FinallyBlockTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(DoubleDispatchVisitor visitor)
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.