![]() | Token Structure |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Monkeyspeak.Token"]
Namespace: Monkeyspeak
The Token type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Token | |
![]() | Token(TokenType) | Initializes a new instance of the Token class |
![]() | Token(TokenType, Int64, Int32, SourcePosition) | Initializes a new instance of the Token class |
Name | Description | |
---|---|---|
![]() | Length |
Gets or sets the length of the value to be looked up in the lexer.
|
![]() | Position | |
![]() | Type | |
![]() | ValueStartPosition |
Gets or sets the value start position within the lexer.
|
Name | Description | |
---|---|---|
![]() | GetValue | |
![]() | ToString | (Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality | |
![]() ![]() | Inequality |
Name | Description | |
---|---|---|
![]() | AsT | (Defined by ObjectExtensions.) |