| LexerLookAhead Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Monkeyspeak.Lexer.LookAhead(System.Int32)"]
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public override int LookAhead(
int steps
)
Public Overrides Function LookAhead (
steps As Integer
) As Integer
public:
virtual int LookAhead(
int steps
) override
abstract LookAhead :
steps : int -> int
override LookAhead :
steps : int -> int
Parameters
- steps
- Type: SystemInt32
[Missing <param name="steps"/> documentation for "M:Monkeyspeak.Lexer.LookAhead(System.Int32)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Monkeyspeak.Lexer.LookAhead(System.Int32)"]
See Also