|
||||||||||
| 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.DecimalDigit
Returns a parsed decimal digit 0..9 |
static class |
ULex.Int
Returns a parsed integer |
static class |
ULex.Natural
Returns a parsed natural number > 0, iff possible |
static class |
ULex.Natural_0
Returns a parsed natural number >= 0, iff possible |
static class |
ULex.Pattern
Convenience sub-class of ULex.SemanticPattern in
which the accepted string itself is the result returned from parsing. |
protected static class |
ULex.PatternInteger
Returns a parsed integer |
static class |
ULex.PatternLength
Convenience sub-class of ULex.SemanticPattern in
which the character count of the accepted string is the result returned from
parsing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||