Class BasicRefactoringTool.VariableNameRenamer

    • Field Detail

      • newVariableName

        protected final String newVariableName
        The new name of the identification variable.
      • oldVariableName

        protected final String oldVariableName
        The current identification variable name.
    • Constructor Detail

      • VariableNameRenamer

        public VariableNameRenamer​(String oldVariableName,
                                   String newVariableName)
        Creates a new VariableNameRenamer.
        Parameters:
        oldVariableName - The current identification variable name
        newVariableName - The new name of the identification variable