Click or drag to resize

Token Constructor (TokenType, Int64, Int32, SourcePosition)

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

Initializes a new instance of the Token class

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public Token(
	TokenType type,
	long valueStart,
	int valueLength,
	SourcePosition position
)

Parameters

type
Type: MonkeyspeakTokenType

[Missing <param name="type"/> documentation for "M:Monkeyspeak.Token.#ctor(Monkeyspeak.TokenType,System.Int64,System.Int32,Monkeyspeak.lexical.SourcePosition)"]

valueStart
Type: SystemInt64

[Missing <param name="valueStart"/> documentation for "M:Monkeyspeak.Token.#ctor(Monkeyspeak.TokenType,System.Int64,System.Int32,Monkeyspeak.lexical.SourcePosition)"]

valueLength
Type: SystemInt32

[Missing <param name="valueLength"/> documentation for "M:Monkeyspeak.Token.#ctor(Monkeyspeak.TokenType,System.Int64,System.Int32,Monkeyspeak.lexical.SourcePosition)"]

position
Type: Monkeyspeak.lexicalSourcePosition

[Missing <param name="position"/> documentation for "M:Monkeyspeak.Token.#ctor(Monkeyspeak.TokenType,System.Int64,System.Int32,Monkeyspeak.lexical.SourcePosition)"]

See Also