Click or drag to resize

ITokenSource Methods

The ITokenSource type exposes the following members.

Methods
  NameDescription
Public methodNextToken
Return a Token object from your input stream (usually a CharStream). Do not fail/return upon lexing error; keep chewing on the characters until you get a good one; errors are not passed through to the parser.
Top
See Also