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

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

Subclasses of ULex.Seq in eu.bandm.tools.ulex
static class ULex.Concatenate
          Convenience sub-class of ULex.Seq to concatenate two string results.
static class ULex.Seq_1<A,B>
          A predefined subclass of ULex.Seq which discards the result of the second sub-parser and returns the result of the first sub-parser.
static class ULex.Seq_2<A,B>
          A predefined subclass of ULex.Seq which discards the result of the first sub-parser and returns the result of the second sub-parser.