Interface MatchStatement
- All Known Implementing Classes:
MatchStatementImpl
Match statement
See https://docs.python.org/3/reference/compound_stmts.html#the-match-statementmatchKeyword()subjectExpression():caseBlocks()
-
Nested Class Summary
-
Method Summary
-
Method Details
-
matchKeyword
Token matchKeyword() -
subjectExpression
Expression subjectExpression() -
colon
Token colon() -
caseBlocks
-