| 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
)
Public MustOverride Function LookAhead (
amount As Integer
) As Integer
public:
virtual int LookAhead(
int amount
) abstract
abstract LookAhead :
amount : int -> int
Parameters
- amount
- Type: SystemInt32
The amount.
Return Value
Type:
Int32[Missing <returns> documentation for "M:Monkeyspeak.AbstractLexer.LookAhead(System.Int32)"]
See Also