public class ContinueStatementTreeImpl extends JavaTree implements ContinueStatementTree
JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImpl
grammarRuleKey
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, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
firstToken, is, lastToken, parent
public ContinueStatementTreeImpl(InternalSyntaxToken continueKeyword, @Nullable IdentifierTreeImpl label, InternalSyntaxToken semicolonToken)
public SyntaxToken continueKeyword()
continueKeyword
in interface ContinueStatementTree
@Nullable public IdentifierTree label()
label
in interface ContinueStatementTree
public SyntaxToken semicolonToken()
semicolonToken
in interface ContinueStatementTree
public void accept(TreeVisitor visitor)
Copyright © 2012–2017 SonarSource. All rights reserved.