Click or drag to resize

Nova.Parsing Namespace

This namespace contains all types used in the parsing of C# source code into code objects.
Classes
  ClassDescription
Public classParsedObject
The common base class of Token and UnusedCodeObject.
Public classParser
Supports the parsing of text into code objects.
Public classParserOperatorInfo
Contains information about an operator.
Public classToken
Represents a discreet unit of text parsed from the input stream, along with location and formatting information, and any trailing comments.
Public classUnusedCodeObject
Wraps a CodeObject plus the last Token that it was parsed from (so that any trailing comments are included). These objects are stored temporarily in the Unused list of the parser during the parsing process.
Delegates
Enumerations
  EnumerationDescription
Public enumerationParseFlags
Parsing state flags (passed through parsing methods).
Public enumerationTokenType
The general type of a Token.