Uses of Interface
net.sourceforge.pmd.lang.java.symbols.internal.asm.Classpath
-
Packages that use Classpath Package Description net.sourceforge.pmd.lang.java.symbols.internal.asm net.sourceforge.pmd.lang.java.types Support for compile-time type resolution on the AST. -
-
Uses of Classpath in net.sourceforge.pmd.lang.java.symbols.internal.asm
Methods in net.sourceforge.pmd.lang.java.symbols.internal.asm that return Classpath Modifier and Type Method Description static ClasspathClasspath. contextClasspath()default ClasspathClasspath. delegateTo(Classpath c)default ClasspathClasspath. exclude(Set<String> deletedEntries)Return a classpath that will ignore the given classpath entries, even if they are present in this classpath.static ClasspathClasspath. forClassLoader(ClassLoader classLoader)Returns a classpath instance that usesClassLoader.getResource(String)to find resources.Methods in net.sourceforge.pmd.lang.java.symbols.internal.asm with parameters of type Classpath Modifier and Type Method Description default ClasspathClasspath. delegateTo(Classpath c)Constructors in net.sourceforge.pmd.lang.java.symbols.internal.asm with parameters of type Classpath Constructor Description AsmSymbolResolver(TypeSystem ts, Classpath classLoader) -
Uses of Classpath in net.sourceforge.pmd.lang.java.types
Methods in net.sourceforge.pmd.lang.java.types with parameters of type Classpath Modifier and Type Method Description static TypeSystemTypeSystem. usingClasspath(Classpath bootstrapResourceLoader)Builds a new type system.
-