Class VariableFinder

    • Constructor Detail

      • VariableFinder

        public VariableFinder()
    • Method Detail

      • findVariables

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