Interface CapturePattern
-
- All Known Implementing Classes:
CapturePatternImpl
public interface CapturePattern extends Pattern
Capture Patterncase x: ...See https://docs.python.org/3/reference/compound_stmts.html#capture-patterns
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Namename()
-
-
-
Method Detail
-
name
Name name()
-
-