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

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

Methods in eu.bandm.tools.ulex that return ULex.Negate
static ULex.Negate ULex.negate(ULex<Integer> sub)
          Convenience wrapper around constructor call.