Uses of Package
net.sourceforge.pmd.lang.java.symbols.table.coreimpl
Packages that use net.sourceforge.pmd.lang.java.symbols.table.coreimpl
Package
Description
Support for compile-time type resolution on the AST.
-
Classes in net.sourceforge.pmd.lang.java.symbols.table.coreimpl used by net.sourceforge.pmd.lang.java.symbols.tableClassDescriptionA shadow chain is a linked list of
NameResolvers, which handles shadowing relations between declarations. -
Classes in net.sourceforge.pmd.lang.java.symbols.table.coreimpl used by net.sourceforge.pmd.lang.java.symbols.table.coreimplClassDescriptionName resolvers are strategies backing
ShadowChains.A base class for resolvers that know at most one symbol for any given name.A shadow chain is a linked list ofNameResolvers, which handles shadowing relations between declarations.Helper to build a new name resolver.Iterates up aShadowChainchain to find a given name.AShadowChainviewed as individual nodes. -