Class FinalLocalVariableCheck.FinalVariableCandidate

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean alreadyAssigned
      Whether the variable is already assigned.
      private boolean assigned
      Whether the variable is assigned.
      private DetailAST variableIdent
      Identifier token.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • assigned

        private boolean assigned
        Whether the variable is assigned.
      • alreadyAssigned

        private boolean alreadyAssigned
        Whether the variable is already assigned.
    • Constructor Detail

      • FinalVariableCandidate

        private FinalVariableCandidate​(DetailAST variableIdent)
        Creates new instance.
        Parameters:
        variableIdent - variable identifier.