| ISourceReader Interface |
Namespace: FlexRule.DSL.Tokenizer
public interface ISourceReader : ISourceScanner
The ISourceReader type exposes the following members.
| Name | Description | |
|---|---|---|
| Buffer |
String input that is being scanned
(Inherited from ISourceScanner.) | |
| Length |
Length of the stream
(Inherited from ISourceScanner.) | |
| Position |
Gets the current position of the stream
(Inherited from ISourceScanner.) |
| Name | Description | |
|---|---|---|
| LookAt |
Looks ahead but do not consume
(Inherited from ISourceScanner.) | |
| ReadOne |
Consume a char
| |
| ResetPosition |
Resets the stream to zero position
| |
| Substring |
Creates a string from a position
|
| Name | Description | |
|---|---|---|
| AlreadReadOne |