Class PlaceholderStringTokenizer.PlaceholderStringToken

    • Method Detail

      • getEnd

        public int getEnd()
        Returns:
        The end position of this token. This is one after the end index, e.g. in <hello [%tf1%]> the literal <hello > would end at position 6.
      • getStart

        public int getStart()
        Returns:
        The start position of this token, e.g. in <hello [%tf1%]> the literal <hello > would start at position 0.