Classes
Dynamic |
Represents a dynamic lexer (lexical analyzer), one that is pattern-based. |
Dynamic |
Defines a macro, which is a named regular expression. |
Dynamic |
Represents a lexical pattern. |
Dynamic |
Encapsulates a collection of Dynamic |
Dynamic |
Contains information about a lexical scope. |
Dynamic |
Contains information about a lexical state. |
Lexical |
Provides the abstract base class for a lexical scope. |
Lexical |
Represents a collection of lexical scopes. |
Lexical |
Provides IToken lexer data based on a token ID and an ILexical |
Lexical |
Provides the abstract base class for a lexical state. |
Lexical |
Represents a collection of lexical states. |
Lexical |
Represents an abstract base class for an object that provides static IDs for the lexical states of an ISyntax |
Lexical |
Provides IToken lexer data based on a token ID and on an ILexical |
Lexical |
Contains information about a transition from one lexical state to another. |
Mergable |
Represents the base implementation of a lexer (lexical analyzer) for a language that supports merging with other languages. |
Mergable |
Coordinates lexer and state shifting for one or more mergable lexers. |
Mergable |
Represents the default implementation of an IToken that can be used with an IMergable |
Programmatic |
Provides a lexical scope implementation that uses two delegates to perform the Is |
Programmatic |
Provides a default implementation for a lexical state. |
Token |
Represents the base class for an IToken implementation. |
Token |
Represents an abstract base class for an object that provides static IDs for the tokens of an ISyntax |
Token |
Stores token data for a range of text. |
Interfaces
IDynamic |
Provides the base requirements for a dynamic lexer, one that is pattern based. |
IDynamic |
Provides the base requirements for a collection of Dynamic |
IDynamic |
Provides the base requirements for a collection of Dynamic |
IDynamic |
Provides the base requirements for a collection of Dynamic |
IDynamic |
Provides the base requirements for a collection of Dynamic |
IDynamic |
Provides the base requirements for a collection of Dynamic |
Enums
Dynamic |
Specifies the type of lexical pattern. |
Delegates
Programmatic |
Represents the method that will handle token matching callbacks for Programmatic |