Interface WildcardPattern

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

    public interface WildcardPattern
    extends Pattern
    Group Pattern
    case _: ...
    See https://docs.python.org/3/reference/compound_stmts.html#wildcard-patterns
    • Method Detail

      • wildcard

        Token wildcard()