| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ULex.SemanticPattern | |
|---|---|
| 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.SemanticPattern in eu.bandm.tools.ulex | 
|---|
| Subclasses of ULex.SemanticPattern in eu.bandm.tools.ulex | |
|---|---|
| static class | ULex.DecimalDigitReturns a parsed decimal digit 0..9 | 
| static class | ULex.IntReturns a parsed integer | 
| static class | ULex.NaturalReturns a parsed natural number > 0, iff possible | 
| static class | ULex.Natural_0Returns a parsed natural number >= 0, iff possible | 
| static class | ULex.PatternConvenience sub-class of ULex.SemanticPatternin 
     which the accepted string itself is the result returned from parsing. | 
| protected static class | ULex.PatternIntegerReturns a parsed integer | 
| static class | ULex.PatternLengthConvenience sub-class of ULex.SemanticPatternin 
     which the character count of the accepted string is the result returned from 
     parsing. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||