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 Classpath
Classpath. contextClasspath()
default Classpath
Classpath. delegateTo(Classpath c)
default Classpath
Classpath. exclude(Set<String> deletedEntries)
Return a classpath that will ignore the given classpath entries, even if they are present in this classpath.static Classpath
Classpath. 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 Classpath
Classpath. 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 TypeSystem
TypeSystem. usingClasspath(Classpath bootstrapResourceLoader)
Builds a new type system.
-