LexerEmit Method (IToken) |
Currently does not support multiple emits per nextToken invocation
for efficiency reasons. Subclass and override this method and
nextToken (to push tokens into a list and pull from that list rather
than a single variable as this implementation does).
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxpublic virtual void Emit(
IToken token
)
Public Overridable Sub Emit (
token As IToken
)
Parameters
- token
- Type: Stimulsoft.Data.Expressions.Antlr.RuntimeIToken
[Missing <param name="token"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.Lexer.Emit(Stimulsoft.Data.Expressions.Antlr.Runtime.IToken)"]
See Also