Package antlr
Interface TokenStream
-
- All Known Implementing Classes:
ActionLexer,ActionLexer,ActionLexer,ActionLexer,ANTLRLexer,ANTLRTokdefLexer,CharScanner,CodeLexer,DebuggingCharScanner,PreprocessorLexer,TokenStreamBasicFilter,TokenStreamHiddenTokenFilter,TokenStreamRewriteEngine,TokenStreamSelector
public interface TokenStream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokennextToken()
-
-
-
Method Detail
-
nextToken
Token nextToken() throws TokenStreamException
- Throws:
TokenStreamException
-
-