com.singularsys.jep.configurableparser.matchers
Interface TokenBuilder

All Superinterfaces:
java.io.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:
MultiLineMatcher

Method Summary
 Token buildToken(java.lang.String s)
           
 
Methods inherited from interface com.singularsys.jep.configurableparser.matchers.TokenMatcher
init, match
 

Method Detail

buildToken

Token buildToken(java.lang.String s)


Copyright © 2010 Singular Systems http://www.singularsys.com/jep