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
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.tree.Tree

    Tree.Kind
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.sonar.plugins.python.api.tree.Tree

    accept, children, firstToken, getKind, is, lastToken, parent
  • Method Details