Uses of Interface
org.sonar.plugins.python.api.tree.MatchStatement
-
Packages that use MatchStatement Package Description org.sonar.plugins.python.api.tree org.sonar.python.tree -
-
Uses of MatchStatement in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type MatchStatement Modifier and Type Method Description voidBaseTreeVisitor. visitMatchStatement(MatchStatement matchStatement)voidTreeVisitor. visitMatchStatement(MatchStatement matchStatement) -
Uses of MatchStatement in org.sonar.python.tree
Classes in org.sonar.python.tree that implement MatchStatement Modifier and Type Class Description classMatchStatementImplMethods in org.sonar.python.tree that return MatchStatement Modifier and Type Method Description MatchStatementPythonTreeMaker. matchStatement(com.sonar.sslr.api.AstNode matchStmt)
-