ActionAnalysis
, ActionTranslator
, ANTLRLexer
, ANTLRv3Lexer
, ANTLRv3Lexer
, gUnitLexer
, Interpreter
, Lexer
, StGUnitLexer
public interface TokenSource
Modifier and Type | Method | Description |
---|---|---|
String |
getSourceName() |
Where are you getting tokens from? normally the implication will simply
ask lexers input stream.
|
Token |
nextToken() |
Return a Token object from your input stream (usually a CharStream).
|
Token nextToken()
String getSourceName()
Copyright © 1992–2018 ANTLR. All rights reserved.