Uses of Record Class
org.sonar.plugins.python.api.DjangoViewInfo
Packages that use DjangoViewInfo
-
Uses of DjangoViewInfo in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return DjangoViewInfoModifier and TypeMethodDescriptionDjangoViewInfo.addPattern(String urlPattern) static DjangoViewInfoDjangoViewInfo.withoutPatterns()static DjangoViewInfoDjangoViewInfo.withPattern(String urlPattern) Methods in org.sonar.plugins.python.api that return types with arguments of type DjangoViewInfoModifier and TypeMethodDescriptionPythonVisitorContext.getDjangoViewInfo(String fqn) SubscriptionContext.getDjangoViewInfo(String fqn) Returns Django view information for the given fully qualified function name. -
Uses of DjangoViewInfo in org.sonar.python.semantic
Methods in org.sonar.python.semantic that return types with arguments of type DjangoViewInfoMethods in org.sonar.python.semantic with parameters of type DjangoViewInfoModifier and TypeMethodDescriptionvoidFunctionSymbolImpl.setDjangoViewInfo(DjangoViewInfo djangoViewInfo)