Interface IVariableStartFinder

  • All Known Implementing Classes:
    DefaultVariableStartFinder

    public interface IVariableStartFinder
    Helps find the start of the variable in the text
    • Method Detail

      • guessStart

        int guessStart​(String text,
                       int offset)
        Guesses the start of the variable
        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