Click or drag to resize
ISourceReader Interface
Interface to string source reader

Namespace: FlexRule.DSL.Tokenizer
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface ISourceReader : ISourceScanner

The ISourceReader type exposes the following members.

Properties
  NameDescription
Public propertyBuffer
String input that is being scanned
(Inherited from ISourceScanner.)
Public propertyLength
Length of the stream
(Inherited from ISourceScanner.)
Public propertyPosition
Gets the current position of the stream
(Inherited from ISourceScanner.)
Top
Methods
  NameDescription
Public methodLookAt
Looks ahead but do not consume
(Inherited from ISourceScanner.)
Public methodReadOne
Consume a char
Public methodResetPosition
Resets the stream to zero position
Public methodSubstring
Creates a string from a position
Top
Events
  NameDescription
Public eventAlreadReadOne
Top
See Also