Click or drag to resize

LexerCreateToken Method (TokenType, String)

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

[Missing <summary> documentation for "M:Monkeyspeak.Lexer.CreateToken(Monkeyspeak.TokenType,System.String)"]

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
private Token CreateToken(
	TokenType type,
	string str
)

Parameters

type
Type: MonkeyspeakTokenType

[Missing <param name="type"/> documentation for "M:Monkeyspeak.Lexer.CreateToken(Monkeyspeak.TokenType,System.String)"]

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:Monkeyspeak.Lexer.CreateToken(Monkeyspeak.TokenType,System.String)"]

Return Value

Type: Token

[Missing <returns> documentation for "M:Monkeyspeak.Lexer.CreateToken(Monkeyspeak.TokenType,System.String)"]

See Also