Interface CapturePattern

  • All Superinterfaces:
    Pattern, Tree
    All Known Implementing Classes:
    CapturePatternImpl

    public interface CapturePattern
    extends Pattern
    Capture Pattern
       case x:
         ...
     
    See https://docs.python.org/3/reference/compound_stmts.html#capture-patterns
    • Method Detail