Interface KeywordPattern
-
- All Known Implementing Classes:
KeywordPatternImpl
public interface KeywordPattern extends Pattern
Keyword pattern Used only inside Class patterncase Foo(
See https://docs.python.org/3/reference/compound_stmts.html#grammar-token-python-grammar-keyword_patternattributeName()=pattern()): ...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NameattributeName()TokenequalToken()Patternpattern()
-