Namespace Syncfusion.Windows.Forms.Edit.Implementation.Parser
Classes
CollapsableRegion
Represents a class that contains region which can be collapsed. |
ConfigStack
Represents a class that contains simple last-in-first-out (LIFO) non-generic collection of objects with configuration. |
Lexem
Represents a class that contains the rules for parsing text (one word/token). |
LexemLine
Represents a class that contains the line of the lexems. |
LexemParser
Represents a class that is used to parse stream to lexems. |
LexemParser.ConfigLexem_Lexem_Pair
Class that represents stack elements of the parser. |
LexemParser.LexemParserEnumerator
Reprsents a class that provides enumerator for lexem parser that is used to make lexem parsing of the file, based on some starting stack. |
RenderableLexemParser
Represents a class that contain Lexem parser that uses RenderedLine instead of LexemLine class. |
RenderedLexem
Represents a class that contains Lexem, that can be used for rendering. |
RenderedLine
Represents a class that provides the Lexem line which contains information, needed for faster rendering. |
UncachedLexemLine
Represents a class that implements ILexemLine, but does not support caches of parsed data. |
Structs
LexemParser.UndoItem
Defines a structure that provides information about the single undo item. |
Interfaces
ILexemEnumeratorParserInfo
Provides the functionality that helps to acquire the current parser state from lexem enumerator. |
IStackData
Provides the functionality for accessing data and storing in the parser's stack. |