Package org.sonar.python.tree
Class ContinueStatementImpl
- java.lang.Object
-
- org.sonar.python.tree.PyTree
-
- org.sonar.python.tree.ContinueStatementImpl
-
- All Implemented Interfaces:
ContinueStatement,Statement,Tree
public class ContinueStatementImpl extends PyTree implements ContinueStatement
-
-
Constructor Summary
Constructors Constructor Description ContinueStatementImpl(com.sonar.sslr.api.AstNode astNode, Token continueKeyword)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(TreeVisitor visitor)List<Tree>children()TokencontinueKeyword()Tree.KindgetKind()-
Methods inherited from class org.sonar.python.tree.PyTree
astNode, firstToken, is, lastToken, parent, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.python.api.tree.Tree
ancestors, astNode, descendants, descendants, firstToken, is, lastToken, parent
-
-
-
-
Constructor Detail
-
ContinueStatementImpl
public ContinueStatementImpl(com.sonar.sslr.api.AstNode astNode, Token continueKeyword)
-
-
Method Detail
-
continueKeyword
public Token continueKeyword()
- Specified by:
continueKeywordin interfaceContinueStatement
-
accept
public void accept(TreeVisitor visitor)
-
-