public class BreakStatementTreeImpl extends JavaScriptTree implements BreakStatementTree
| Constructor and Description |
|---|
BreakStatementTreeImpl(com.sonar.sslr.api.AstNode eos) |
BreakStatementTreeImpl(IdentifierTree label,
com.sonar.sslr.api.AstNode eos) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeVisitor visitor) |
SyntaxToken |
breakKeyword() |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
BreakStatementTreeImpl |
complete(InternalSyntaxToken breakKeyword) |
Tree |
endOfStatement() |
Tree.Kind |
getKind() |
IdentifierTree |
label() |
addChild, addChildren, getAstNode, getLine, is, isLeaf, isLegacy, prependChildren, prependChildrenfindChildren, findDirectChildren, findFirstChild, findFirstDirectChild, findFirstParent, getChild, getChildren, getChildren, getDescendants, getFirstAncestor, getFirstAncestor, getFirstChild, getFirstChild, getFirstDescendant, getFromIndex, getLastChild, getLastChild, getLastToken, getName, getNextAstNode, getNextSibling, getNumberOfChildren, getParent, getPreviousAstNode, getPreviousSibling, getToIndex, getToken, getTokenLine, getTokenOriginalValue, getTokens, getTokenValue, getType, hasAncestor, hasAncestor, hasChildren, hasChildren, hasDescendant, hasDirectChildren, hasParent, hasParents, hasToBeSkippedFromAst, hasToken, is, isCopyBookOrGeneratedNode, isNot, nextAstNode, nextSibling, previousAstNode, previousSibling, select, setFromIndex, setToIndex, toStringpublic BreakStatementTreeImpl(com.sonar.sslr.api.AstNode eos)
public BreakStatementTreeImpl(IdentifierTree label, com.sonar.sslr.api.AstNode eos)
public BreakStatementTreeImpl complete(InternalSyntaxToken breakKeyword)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic SyntaxToken breakKeyword()
breakKeyword in interface BreakStatementTree@Nullable public IdentifierTree label()
label in interface BreakStatementTreepublic Tree endOfStatement()
endOfStatement in interface BreakStatementTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(TreeVisitor visitor)
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.