Interface TokenBuilder
- All Superinterfaces:
Serializable,TokenMatcher
- All Known Implementing Classes:
CommentTokenMatcher,HexNumberTokenMatcher,IdentifierTokenMatcher,NumberTokenMatcher,RegExpTokenMatcher,StringTokenMatcher,TerminatorTokenMatcher,WhiteSpaceTokenMatcher
Sub-interface of TokenMatcher which allows tokens to be created without matching
input text.
- See Also:
-
Method Summary
Methods inherited from interface com.singularsys.jep.configurableparser.matchers.TokenMatcher
init, match
-
Method Details
-
buildToken
- Throws:
ParseException
-