Uses of Record Class
org.sonar.python.IPythonLocation
Packages that use IPythonLocation
-
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 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