Uses of Interface
org.sonar.plugins.python.api.tree.CapturePattern
Packages that use CapturePattern
Package
Description
-
Uses of CapturePattern in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree that return CapturePatternMethods in org.sonar.plugins.python.api.tree with parameters of type CapturePatternModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitCapturePattern(CapturePattern capturePattern) voidTreeVisitor.visitCapturePattern(CapturePattern capturePattern) -
Uses of CapturePattern in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 with parameters of type CapturePatternModifier and TypeMethodDescriptionvoidWriteUsagesVisitor.visitCapturePattern(CapturePattern capturePattern) -
Uses of CapturePattern in org.sonar.python.tree
Classes in org.sonar.python.tree that implement CapturePatternMethods in org.sonar.python.tree that return CapturePatternConstructors in org.sonar.python.tree with parameters of type CapturePatternModifierConstructorDescriptionAsPatternImpl(Pattern pattern, Token asKeyword, CapturePattern alias) DoubleStarPatternImpl(Token doubleStarToken, CapturePattern capturePattern)