Lexerpublic 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–2019 ANTLR. All rights reserved.