Class DefaultVariableStartFinder

    • Constructor Detail

      • DefaultVariableStartFinder

        public DefaultVariableStartFinder()
    • Method Detail

      • guessStart

        public int guessStart​(String text,
                              int offset)
        Description copied from interface: IVariableStartFinder
        Guesses the start of the variable
        Specified by:
        guessStart in interface IVariableStartFinder
        Parameters:
        text - The text to find start of the variable in, cannot be null
        offset - The offset that points at the variable
        Returns:
        The start of the variable in the text