Class BasicRefactoringTool.VariableNameRenamer

    • Field Detail

      • newVariableName

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

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

      • VariableNameRenamer

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