Lexer.emit

The standard method called to automatically emit a token at the outermost lexical rule. The token object should point into the char buffer start..stop. If there is a text override in 'text', use that to set the token's text. Override this method to emit custom Token objects or provide a new factory.

  1. void emit(Token token)
  2. Token emit()
    class Lexer
    emit
    ()

Meta