Namespace:
Nova.Parsing
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public Token(
string text,
TokenType tokenType,
bool wasEscaped,
bool inDocComment,
int lineNumber,
int columnNumber,
int newLines,
string leadingWhitespace,
CodeUnit codeUnit
)
Parameters
- text
- Type: SystemString
- tokenType
- Type: Nova.ParsingTokenType
- wasEscaped
- Type: SystemBoolean
- inDocComment
- Type: SystemBoolean
- lineNumber
- Type: SystemInt32
- columnNumber
- Type: SystemInt32
- newLines
- Type: SystemInt32
- leadingWhitespace
- Type: SystemString
- codeUnit
- Type: Nova.CodeDOMCodeUnit
See Also