Package org.sonar.python.checks
Class FileComplexityCheck
- java.lang.Object
-
- org.sonar.python.PythonVisitor
-
- org.sonar.python.PythonCheckAstNode
-
- org.sonar.python.checks.FileComplexityCheck
-
- All Implemented Interfaces:
PythonCheck
public class FileComplexityCheck extends PythonCheckAstNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.python.PythonCheck
PythonCheck.PreciseIssue
-
-
Constructor Summary
Constructors Constructor Description FileComplexityCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidleaveFile(com.sonar.sslr.api.AstNode astNode)-
Methods inherited from class org.sonar.python.PythonCheckAstNode
addFileIssue, addIssue, addIssue, addIssue, addLineIssue, immutableSet
-
Methods inherited from class org.sonar.python.PythonVisitor
getContext, leaveNode, scanFile, scanNode, subscribedKinds, visitFile, visitNode, visitToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.python.PythonCheck
scanFile
-
-
-
-
Method Detail
-
leaveFile
public void leaveFile(com.sonar.sslr.api.AstNode astNode)
- Overrides:
leaveFilein classPythonVisitor
-
-