Interface MatchStatement

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

public interface MatchStatement extends Statement
Match statement
   matchKeyword() subjectExpression() :
     caseBlocks()
 
See https://docs.python.org/3/reference/compound_stmts.html#the-match-statement