Interface ContinueStatement

  • All Superinterfaces:
    Statement, Tree
    All Known Implementing Classes:
    ContinueStatementImpl

    public interface ContinueStatement
    extends Statement
    See https://docs.python.org/3/reference/simple_stmts.html#the-continue-statement
    • Method Detail

      • continueKeyword

        Token continueKeyword()