Interface ValuePattern
-
- All Known Implementing Classes:
ValuePatternImpl
public interface ValuePattern extends Pattern
Value Patterncase a.b: ...See https://docs.python.org/3/reference/compound_stmts.html#value-patterns
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QualifiedExpressionqualifiedExpression()
-
-
-
Method Detail
-
qualifiedExpression
QualifiedExpression qualifiedExpression()
-
-