Interface ClassPattern
- All Known Implementing Classes:
ClassPatternImpl
Class pattern
case Foo(x): ...See https://docs.python.org/3/reference/compound_stmts.html#class-patterns
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionleftPar()rightPar()Return type can only beNameorQualifiedExpression
-
Method Details
-
targetClass
Expression targetClass()Return type can only beNameorQualifiedExpression -
leftPar
Token leftPar() -
arguments
-
argumentSeparators
-
rightPar
Token rightPar()
-