| FlexRule.DSL.Tokenizer Namespace |
| Class | Description | |
|---|---|---|
| CharsSequence |
Provides a sequence of chars
| |
| MatchResult |
Every token detector will return a MatchResult if they find a match.
| |
| StandardTokenDetector |
A standard token detector base class. Standard detectors have a DetectorType
| |
| StringToken |
String token that a tokenizer could detect it
| |
| StringTokenExtensions |
Provides more function on the tokens
| |
| StringTokenizerBuilder |
String tokenizer builder which builds a tokenizer with token detectors
| |
| StringTokenizerException |
| Interface | Description | |
|---|---|---|
| ISourceReader |
Interface to string source reader
| |
| ISourceScanner |
Interface to string source scanner
| |
| IStringTokenizer |
Interface to string tokenizer
| |
| ITokenDetector |
Every token detector must implement this interface
| |
| ITokenDetectorContext |
Context of finding a token
|