Click or drag to resize

Token Structure

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Monkeyspeak.Token"]

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public struct Token

The Token type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberToken
Public methodToken(TokenType)
Initializes a new instance of the Token class
Public methodToken(TokenType, Int64, Int32, SourcePosition)
Initializes a new instance of the Token class
Top
Properties
  NameDescription
Public propertyLength
Gets or sets the length of the value to be looked up in the lexer.
Public propertyPosition
Public propertyType
Public propertyValueStartPosition
Gets or sets the value start position within the lexer.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldStatic memberNone
Top
Extension Methods
See Also