Uses of Class
com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck.ScopeData
Packages that use FinalLocalVariableCheck.ScopeData
Package
Description
Contains the Coding checks that are
bundled with the main distribution.
-
Uses of FinalLocalVariableCheck.ScopeData in com.puppycrawl.tools.checkstyle.checks.coding
Fields in com.puppycrawl.tools.checkstyle.checks.coding with type parameters of type FinalLocalVariableCheck.ScopeDataModifier and TypeFieldDescriptionprivate final Deque<FinalLocalVariableCheck.ScopeData>
FinalLocalVariableCheck.scopeStack
Scope Deque.Methods in com.puppycrawl.tools.checkstyle.checks.coding with parameters of type FinalLocalVariableCheck.ScopeDataModifier and TypeMethodDescriptionprivate static boolean
FinalLocalVariableCheck.shouldRemoveFinalVariableCandidate
(FinalLocalVariableCheck.ScopeData scopeData, DetailAST ast) Whether the final variable candidate should be removed from the list of final local variable candidates.