Uses of Interface
org.sonar.plugins.python.api.tree.MatchStatement
Packages that use MatchStatement
-
Uses of MatchStatement in org.sonar.plugins.python.api.tree
Methods in org.sonar.plugins.python.api.tree with parameters of type MatchStatementModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitMatchStatement(MatchStatement matchStatement) voidTreeVisitor.visitMatchStatement(MatchStatement matchStatement) -
Uses of MatchStatement in org.sonar.python.tree
Classes in org.sonar.python.tree that implement MatchStatementMethods in org.sonar.python.tree that return MatchStatementModifier and TypeMethodDescriptionPythonTreeMaker.matchStatement(com.sonar.sslr.api.AstNode matchStmt)