Click or drag to resize

LexerMatch Method

Overload List
  NameDescription
Public methodMatch(Int32)
Public methodMatch(String)
Public methodMatch(IIntStream, Int32, BitSet)
Match current input symbol against ttype. Attempt single token insertion or deletion error recovery. If that fails, throw MismatchedTokenException.
(Inherited from BaseRecognizer.)
Top
See Also