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