Uses of Class
eu.bandm.tools.ulex.ULex.CharSet

Packages that use ULex.CharSet
eu.bandm.tools.ulex "u-lex" stands for "micro lexer" and supports small-scale text analysis by a fully typed combinator library. 
 

Uses of ULex.CharSet in eu.bandm.tools.ulex
 

Methods in eu.bandm.tools.ulex that return ULex.CharSet
static ULex.CharSet ULex.charSet(String value, boolean positive)
          Convenience wrapper around constructor call.