Package org.sonar.python.api.tree
Interface BreakStatement
-
- All Known Implementing Classes:
BreakStatementImpl
public interface BreakStatement extends Statement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenbreakKeyword()-
Methods inherited from interface org.sonar.python.api.tree.Tree
accept, ancestors, astNode, children, descendants, descendants, firstToken, getKind, is, lastToken, parent
-
-
-
-
Method Detail
-
breakKeyword
Token breakKeyword()
-
-