Uses of Class
org.sonar.plugins.python.api.PythonCheck.CheckScope
-
Packages that use PythonCheck.CheckScope Package Description org.sonar.plugins.python.api -
-
Uses of PythonCheck.CheckScope in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return PythonCheck.CheckScope Modifier and Type Method Description default PythonCheck.CheckScopePythonCheck. scope()static PythonCheck.CheckScopePythonCheck.CheckScope. valueOf(String name)Returns the enum constant of this type with the specified name.static PythonCheck.CheckScope[]PythonCheck.CheckScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-