Click or drag to resize
ISourceScanner Interface
Interface to string source scanner

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 ISourceScanner

The ISourceScanner type exposes the following members.

Properties
  NameDescription
Public propertyBuffer
String input that is being scanned
Public propertyLength
Length of the stream
Public propertyPosition
Gets the current position of the stream
Top
Methods
  NameDescription
Public methodLookAt
Looks ahead but do not consume
Top
See Also