Interface IVariableFinder

    • Method Detail

      • findVariables

        List<IVariableOccurrence> findVariables​(String pattern)
        Finds all the occurrences of the variables in the given pattern and parses them into IVariableData
        Parameters:
        pattern - The pattern to find variables, cannot be null
        Returns:
        The collection of variable occurrences for each variable occurrence, cannot be null