Class TokenSequenceBuilder

java.lang.Object
li.selman.jpbe.dsl.token.TokenSequenceBuilder

public class TokenSequenceBuilder extends Object
  • Constructor Details

  • Method Details

    • computeTokenSequence

      public TokenSequence computeTokenSequence(String input, int from, int to)
      Parameters:
      input - the whole input string provided by the data set
      from - start index for sub-string on input
      to - end index for sub-string on input
      Returns:
      sequence of tokens representing the token structure of a substring on input