Uses of Interface
org.sonar.plugins.python.api.tree.OrPattern
-
Packages that use OrPattern Package Description org.sonar.plugins.python.api.tree org.sonar.python.tree -
-
Uses of OrPattern in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type OrPattern Modifier and Type Method Description voidBaseTreeVisitor. visitOrPattern(OrPattern orPattern)voidTreeVisitor. visitOrPattern(OrPattern orPattern) -
Uses of OrPattern in org.sonar.python.tree
Classes in org.sonar.python.tree that implement OrPattern Modifier and Type Class Description classOrPatternImpl
-