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

Packages that use ULex.ConstMap
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.ConstMap in eu.bandm.tools.ulex
 

Methods in eu.bandm.tools.ulex that return ULex.ConstMap
static
<S> ULex.ConstMap<S>
ULex.constMap(Map<String,S> map)
          Convenience wrapper around constructor call.