Uses of Interface
net.sourceforge.pmd.lang.java.symbols.table.coreimpl.ShadowChain
Packages that use ShadowChain
Package
Description
-
Uses of ShadowChain in net.sourceforge.pmd.lang.java.symbols.table
Methods in net.sourceforge.pmd.lang.java.symbols.table that return ShadowChainModifier and TypeMethodDescriptionJSymbolTable.methods()The chain of tables tracking method names that are in scope here.JSymbolTable.types()The chain of tables tracking type names that are in scope here (classes, type params, but not eg primitive types).JSymbolTable.variables()The chain of tables tracking variable names that are in scope here (fields, locals, formals, etc). -
Uses of ShadowChain in net.sourceforge.pmd.lang.java.symbols.table.coreimpl
Methods in net.sourceforge.pmd.lang.java.symbols.table.coreimpl that return ShadowChain