public class ContinueStatementTreeImpl extends JavaTree implements ContinueStatementTree
JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImplgrammarRuleKey| Constructor and Description |
|---|
ContinueStatementTreeImpl(InternalSyntaxToken continueKeyword,
IdentifierTreeImpl label,
InternalSyntaxToken semicolonToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeVisitor visitor) |
Iterable<Tree> |
children()
Creates iterable for children of this node.
|
SyntaxToken |
continueKeyword() |
Tree.Kind |
kind() |
IdentifierTree |
label() |
SyntaxToken |
semicolonToken() |
firstToken, getChildren, getGrammarRuleKey, getLine, is, isLeaf, lastToken, parent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfirstToken, is, lastToken, parentpublic ContinueStatementTreeImpl(InternalSyntaxToken continueKeyword, @Nullable IdentifierTreeImpl label, InternalSyntaxToken semicolonToken)
public SyntaxToken continueKeyword()
continueKeyword in interface ContinueStatementTree@Nullable public IdentifierTree label()
label in interface ContinueStatementTreepublic SyntaxToken semicolonToken()
semicolonToken in interface ContinueStatementTreepublic void accept(TreeVisitor visitor)
Copyright © 2012–2017 SonarSource. All rights reserved.