Uses of Enum Class
net.sourceforge.pmd.lang.java.symbols.table.ScopeInfo
Packages that use ScopeInfo
-
Uses of ScopeInfo in net.sourceforge.pmd.lang.java.symbols.table
Methods in net.sourceforge.pmd.lang.java.symbols.table that return ScopeInfoModifier and TypeMethodDescriptionstatic ScopeInfoReturns the enum constant of this class with the specified name.static ScopeInfo[]ScopeInfo.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.pmd.lang.java.symbols.table that return types with arguments of type ScopeInfoModifier 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).