| AbstractLexerCheckMatch Method (Char) |
[This is preliminary documentation and is subject to change.]
Checks if the next input is a match to c.
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public abstract void CheckMatch(
char c
)
Public MustOverride Sub CheckMatch (
c As Char
)
public:
virtual void CheckMatch(
wchar_t c
) abstract
abstract CheckMatch :
c : char -> unit
Parameters
- c
- Type: SystemChar
The c.
Exceptions See Also