private static class FinalLocalVariableCheck.FinalVariableCandidate extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
alreadyAssigned
Whether the variable is already assigned.
|
private boolean |
assigned
Whether the variable is assigned.
|
private DetailAST |
variableIdent
Identifier token.
|
| Constructor and Description |
|---|
FinalVariableCandidate(DetailAST variableIdent)
Creates new instance.
|
private final DetailAST variableIdent
private boolean assigned
private boolean alreadyAssigned
FinalVariableCandidate(DetailAST variableIdent)
variableIdent - variable identifier.Copyright © 2001-2022. All Rights Reserved.