Uses of Interface
net.sourceforge.pmd.lang.java.symbols.SymbolResolver
Packages that use SymbolResolver
Package
Description
The new symbol resolution framework
that inter-operates cleanly with type resolution.
Support for compile-time type resolution on the AST.
-
Uses of SymbolResolver in net.sourceforge.pmd.lang.java.symbols
Methods in net.sourceforge.pmd.lang.java.symbols that return SymbolResolverModifier and TypeMethodDescriptionstatic SymbolResolverSymbolResolver.layer(SymbolResolver first, SymbolResolver... others) Produce a symbol resolver that asks the given resolvers in order.Methods in net.sourceforge.pmd.lang.java.symbols with parameters of type SymbolResolverModifier and TypeMethodDescriptionstatic SymbolResolverSymbolResolver.layer(SymbolResolver first, SymbolResolver... others) Produce a symbol resolver that asks the given resolvers in order. -
Uses of SymbolResolver in net.sourceforge.pmd.lang.java.types
Methods in net.sourceforge.pmd.lang.java.types that return SymbolResolverModifier and TypeMethodDescriptionTypeSystem.bootstrapResolver()Returns the bootstrap symbol resolver.Constructor parameters in net.sourceforge.pmd.lang.java.types with type arguments of type SymbolResolverModifierConstructorDescriptionTypeSystem(Function<TypeSystem, ? extends SymbolResolver> symResolverMaker) Builds a new type system.