Uses of Interface
net.sourceforge.pmd.lang.VisitorStarter
-
Packages that use VisitorStarter Package Description net.sourceforge.pmd.lang -
-
Uses of VisitorStarter in net.sourceforge.pmd.lang
Fields in net.sourceforge.pmd.lang declared as VisitorStarter Modifier and Type Field Description static VisitorStarterVisitorStarter. DUMMYDeprecated.PlaceholderVisitorStarterimplementation that can be used when no real implementation exists yet.Methods in net.sourceforge.pmd.lang that return VisitorStarter Modifier and Type Method Description VisitorStarterAbstractLanguageVersionHandler. getDataFlowFacade()VisitorStarterLanguageVersionHandler. getDataFlowFacade()Deprecated.see note in the class descriptionVisitorStarterAbstractLanguageVersionHandler. getDumpFacade(Writer writer, String prefix, boolean recurse)Deprecated.VisitorStarterLanguageVersionHandler. getDumpFacade(Writer writer, String prefix, boolean recurse)Deprecated.The dump façade is not that useful and will be completely scrapped with PMD 7.0.0VisitorStarterAbstractLanguageVersionHandler. getMultifileFacade()VisitorStarterLanguageVersionHandler. getMultifileFacade()Deprecated.see note in the class descriptionVisitorStarterAbstractLanguageVersionHandler. getQualifiedNameResolutionFacade(ClassLoader classLoader)VisitorStarterLanguageVersionHandler. getQualifiedNameResolutionFacade(ClassLoader classLoader)Deprecated.see note in the class descriptionVisitorStarterAbstractLanguageVersionHandler. getSymbolFacade()VisitorStarterAbstractLanguageVersionHandler. getSymbolFacade(ClassLoader classLoader)VisitorStarterLanguageVersionHandler. getSymbolFacade()Deprecated.see note in the class descriptionVisitorStarterLanguageVersionHandler. getSymbolFacade(ClassLoader classLoader)Deprecated.see note in the class descriptionVisitorStarterAbstractLanguageVersionHandler. getTypeResolutionFacade(ClassLoader classLoader)VisitorStarterLanguageVersionHandler. getTypeResolutionFacade(ClassLoader classLoader)Deprecated.see note in the class description
-