antlr
Interface TokenStream

All Known Implementing Classes:
ActionLexer, ActionLexer, ActionLexer, ANTLRLexer, ANTLRTokdefLexer, CharScanner, PreprocessorLexer, TokenStreamBasicFilter, TokenStreamHiddenTokenFilter, TokenStreamRewriteEngine, TokenStreamSelector

public interface TokenStream


Method Summary
 Token nextToken()
           
 

Method Detail

nextToken

public Token nextToken()
                throws TokenStreamException
Throws:
TokenStreamException