at.dms.compiler.tools.antlr.runtime
Interface TokenStream

All Known Implementing Classes:
ActionLexer, ANTLRLexer, ANTLRTokdefLexer, CharScanner, LexgenLexer, MsggenLexer, OptgenLexer, PreprocessorLexer, Scanner

public interface TokenStream


Method Summary
 Token nextToken()
           
 

Method Detail

nextToken

Token nextToken()
                throws TokenStreamException
Throws:
TokenStreamException