public interface TokenSource
Modifier and Type | Method and 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 © 2020. All rights reserved.