Interface IStackData
Provides the functionality for accessing data and storing in the parser's stack.
Namespace: Syncfusion.Windows.Forms.Edit.Implementation.Parser
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface IStackData
Properties
Config
Gets configuration of the stack element.
Declaration
IConfigLexem Config { get; }
Property Value
Type |
---|
IConfigLexem |
FirstConfig
Gets configuration of the first lexem in sequence.
Declaration
IConfigLexem FirstConfig { get; }
Property Value
Type |
---|
IConfigLexem |
Lexem
Gets lexem instance. It can be null for language configuration.
Declaration
ILexem Lexem { get; }
Property Value
Type |
---|
ILexem |
Location
Gets ParsePoint that points to the position of the lexem.
Declaration
IParsePoint Location { get; }
Property Value
Type |
---|
IParsePoint |