Interface OrPattern
-
- All Known Implementing Classes:
OrPatternImpl
public interface OrPattern extends Pattern
OR patterncase "foo" | "bar": ...
See https://docs.python.org/3/reference/compound_stmts.html#or-patterns
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Pattern>patterns()List<Token>separators()
-