Namespace CilTools.SourceCode.Common
Classes
SourceCodeUtils
Provides static methods that assist in working with source code
SourceParser
Provides static methods that convert source text into syntax nodes
SourceToken
Represents a smallest lexical unit of a source text
SourceTokenFactory
Provides a SyntaxFactory implementation that creates tokens for the specified source code language
SyntaxNodeCollection
Represents an ordered collection of syntax nodes
Enums
SourceLanguage
Represents a programming language of the source code
TokenKind
Represents the kind of token, a lexical element in the formal language grammar.