Package net.sourceforge.pmd.lang.symboltable
package net.sourceforge.pmd.lang.symboltable
-
ClassDescriptionBase class for all name declarations.Base class for any
Scope.This is a declaration of a name, e.g. a variable or method name.ANameOccurrencerepresents one usage of a name declaration.A scope is a region within variables and other declarations are visible.ANodewhich knows about the scope within it has been declared.