Interface ILexemEnumeratorParserInfo
Provides the functionality that helps to acquire the current parser state from lexem enumerator.
Namespace: Syncfusion.Windows.Forms.Edit.Implementation.Parser
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface ILexemEnumeratorParserInfo
Properties
CurrentPosition
Gets current stream position.
Declaration
long CurrentPosition { get; }
Property Value
Type |
---|
System.Int64 |
CurrentStack
Gets current stack.
Declaration
ConfigStack CurrentStack { get; }
Property Value
Type |
---|
ConfigStack |