Package org.sonar.python.api.tree
Interface PyContinueStatementTree
-
- All Superinterfaces:
PyStatementTree,Tree
- All Known Implementing Classes:
PyContinueStatementTreeImpl
public interface PyContinueStatementTree extends PyStatementTree
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.sonar.sslr.api.TokencontinueKeyword()
-