Click or drag to resize

LexerEmit Method

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.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual IToken Emit()

Return Value

Type: IToken

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Lexer.Emit"]

Remarks
If you are building trees, then you should also override Parser or TreeParser.getMissingSymbol().
See Also