Package org.sonar.python.checks
Class XPathCheck
- java.lang.Object
-
- org.sonar.python.PythonVisitor
-
- org.sonar.python.PythonCheck
-
- org.sonar.python.checks.XPathCheck
-
public class XPathCheck extends PythonCheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.sonar.python.PythonCheck
PythonCheck.PreciseIssue
-
-
Constructor Summary
Constructors Constructor Description XPathCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisitFile(com.sonar.sslr.api.AstNode fileNode)-
Methods inherited from class org.sonar.python.PythonCheck
addFileIssue, addIssue, addIssue, addIssue, addLineIssue, immutableSet, scanFileForIssues
-
Methods inherited from class org.sonar.python.PythonVisitor
getContext, leaveFile, leaveNode, scanFile, scanNode, subscribedKinds, visitNode, visitToken
-
-
-
-
Field Detail
-
CHECK_KEY
public static final String CHECK_KEY
- See Also:
- Constant Field Values
-
xpathQuery
public String xpathQuery
-
message
public String message
-
-
Method Detail
-
visitFile
public void visitFile(com.sonar.sslr.api.AstNode fileNode)
- Overrides:
visitFilein classPythonVisitor
-
-