Click or drag to resize

AbstractLexerLookAhead Method

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

Looks ahead a specified number of chars and returns the result.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public abstract int LookAhead(
	int amount
)

Parameters

amount
Type: SystemInt32
The amount.

Return Value

Type: Int32

[Missing <returns> documentation for "M:Monkeyspeak.AbstractLexer.LookAhead(System.Int32)"]

See Also