public class ContinueStatementTreeImpl extends JavaScriptTree implements ContinueStatementTree
| Constructor and Description |
|---|
ContinueStatementTreeImpl(com.sonar.sslr.api.AstNode eos) |
ContinueStatementTreeImpl(IdentifierTree label,
com.sonar.sslr.api.AstNode eos) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeVisitor visitor) |
Iterator<Tree> |
childrenIterator()
Creates iterator for children of this node.
|
ContinueStatementTreeImpl |
complete(InternalSyntaxToken continueKeyword) |
SyntaxToken |
continueKeyword() |
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 ContinueStatementTreeImpl(com.sonar.sslr.api.AstNode eos)
public ContinueStatementTreeImpl(IdentifierTree label, com.sonar.sslr.api.AstNode eos)
public ContinueStatementTreeImpl complete(InternalSyntaxToken continueKeyword)
public Tree.Kind getKind()
getKind in class JavaScriptTreepublic SyntaxToken continueKeyword()
continueKeyword in interface ContinueStatementTree@Nullable public IdentifierTree label()
label in interface ContinueStatementTreepublic Tree endOfStatement()
endOfStatement in interface ContinueStatementTreepublic Iterator<Tree> childrenIterator()
JavaScriptTreenull elements.childrenIterator in class JavaScriptTreepublic void accept(TreeVisitor visitor)
Copyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.