| AbstractLexerCheckEOF Method |
[This is preliminary documentation and is subject to change.]
Checks if the next input results in End of File.
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public abstract void CheckEOF(
int c
)
Public MustOverride Sub CheckEOF (
c As Integer
)
public:
virtual void CheckEOF(
int c
) abstract
abstract CheckEOF :
c : int -> unit
Parameters
- c
- Type: SystemInt32
The c.
Exceptions See Also