Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
TokenStream
antlr
Interface TokenStream
- All Known Implementing Classes:
- ActionLexer, ActionLexer, ActionLexer, ANTLRLexer, ANTLRTokdefLexer, CharScanner, PreprocessorLexer, TokenStreamBasicFilter, TokenStreamHiddenTokenFilter, TokenStreamRewriteEngine, TokenStreamSelector
- public interface TokenStream
nextToken
public Token nextToken()
throws TokenStreamException
- Throws:
TokenStreamException
|