Class PythonVisitorContext

java.lang.Object
org.sonar.plugins.python.api.PythonInputFileContext
org.sonar.plugins.python.api.PythonVisitorContext

public class PythonVisitorContext extends PythonInputFileContext
  • Constructor Details

    • PythonVisitorContext

      public PythonVisitorContext(FileInput rootTree, PythonFile pythonFile, @Nullable File workingDirectory, String packageName)
    • PythonVisitorContext

      public PythonVisitorContext(FileInput rootTree, PythonFile pythonFile, @Nullable File workingDirectory, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, CacheContext cacheContext)
    • PythonVisitorContext

      public PythonVisitorContext(FileInput rootTree, PythonFile pythonFile, @Nullable File workingDirectory, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, CacheContext cacheContext, org.sonar.api.SonarProduct sonarProduct)
    • PythonVisitorContext

      public PythonVisitorContext(PythonFile pythonFile, com.sonar.sslr.api.RecognitionException parsingException)
    • PythonVisitorContext

      public PythonVisitorContext(PythonFile pythonFile, com.sonar.sslr.api.RecognitionException parsingException, org.sonar.api.SonarProduct sonarProduct)
  • Method Details