Uses of Record Class
org.sonar.python.IPythonLocation
Packages that use IPythonLocation
-
Uses of IPythonLocation in org.sonar.plugins.python
Methods in org.sonar.plugins.python that return types with arguments of type IPythonLocationModifier and TypeMethodDescriptionNotebookParsingData.getLocationMap()GeneratedIPythonFile.locationMap()Methods in org.sonar.plugins.python with parameters of type IPythonLocationModifier and TypeMethodDescriptionvoidNotebookParsingData.addLineToSource(String sourceLine, IPythonLocation location) Constructor parameters in org.sonar.plugins.python with type arguments of type IPythonLocationModifierConstructorDescriptionGeneratedIPythonFile(org.sonar.api.batch.fs.InputFile wrappedFile, String pythonContent, Map<Integer, IPythonLocation> locationMap) NotebookParsingData(StringBuilder aggregatedSource, Map<Integer, IPythonLocation> locationMap, Integer aggregatedSourceLine) -
Uses of IPythonLocation in org.sonar.python
Method parameters in org.sonar.python with type arguments of type IPythonLocationModifier and TypeMethodDescriptionstatic PythonVisitorContextTestPythonVisitorRunner.createNotebookContext(File file, Map<Integer, IPythonLocation> locations, String content, String packageName, ProjectLevelSymbolTable projectLevelSymbolTable, CacheContext cacheContext) static FileInputTestPythonVisitorRunner.parseNotebookFile(Map<Integer, IPythonLocation> locations, String content) static PythonVisitorContextTestPythonVisitorRunner.scanNotebookFile(File file, Map<Integer, IPythonLocation> locations, String content, PythonCheck... visitors) -
Uses of IPythonLocation in org.sonar.python.tree
Method parameters in org.sonar.python.tree with type arguments of type IPythonLocationModifier and TypeMethodDescriptionstatic TokenImplTokenEnricher.enrichToken(com.sonar.sslr.api.Token token, Map<Integer, IPythonLocation> offsetMap) TokenEnricher.enrichTokens(List<com.sonar.sslr.api.Token> tokens, Map<Integer, IPythonLocation> offsetMap) Constructor parameters in org.sonar.python.tree with type arguments of type IPythonLocation