Click or drag to resize

AbstractLexerCheckMatch Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodCheckMatch(Char)
Checks if the next input is a match to c.
Public methodCheckMatch(Int32)
Checks if the next input is a match to c.
Public methodCheckMatch(String)
Checks if the next input is a match to str.
Top
See Also