Interface TokenBuilder

All Superinterfaces:
Serializable, TokenMatcher
All Known Implementing Classes:
CommentTokenMatcher, HexNumberTokenMatcher, IdentifierTokenMatcher, NumberTokenMatcher, RegExpTokenMatcher, StringTokenMatcher, TerminatorTokenMatcher, WhiteSpaceTokenMatcher

public interface TokenBuilder extends TokenMatcher
Sub-interface of TokenMatcher which allows tokens to be created without matching input text.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.singularsys.jep.configurableparser.matchers.TokenMatcher

    init, match