Interface IVariableRenamer

    • Method Detail

      • createVariableName

        java.lang.String createVariableName​(PVariable pVariable,
                                            PQuery query)
        Creates a variable name based on a given variable and a given query. It only creates a String, doesn't set anything.
        Parameters:
        pVariable -
        query -
        Returns:
        the new variable name as a String