Uses of Class
com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck.ScopeData
-
Packages that use FinalLocalVariableCheck.ScopeData Package Description com.puppycrawl.tools.checkstyle.checks.coding 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.ScopeData Modifier and Type Field Description private Deque<FinalLocalVariableCheck.ScopeData>
FinalLocalVariableCheck. scopeStack
Scope Deque.Methods in com.puppycrawl.tools.checkstyle.checks.coding with parameters of type FinalLocalVariableCheck.ScopeData Modifier and Type Method Description private 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.
-