Interface GlobalStatement

All Superinterfaces:
Statement, Tree
All Known Implementing Classes:
GlobalStatementImpl

public interface GlobalStatement extends Statement
   global variables()
 
See https://docs.python.org/3/reference/simple_stmts.html#the-global-statement
  • Method Details

    • globalKeyword

      Token globalKeyword()
    • variables

      List<Name> variables()