Home | History | Annotate | Download | only in antlr3

Lines Matching defs:TokenStream

71   The job of a TokenStream is to read lexer output and then provide ANTLR
73 CommonTokenStream is the default TokenStream implementation.
270 =begin rdoc ANTLR3::TokenStream
272 TokenStream further extends the abstract-ish base mixin Stream to add methods
298 == The TokenStream Interface
301 Stream module, TokenStream adds a number of additional method implementation
306 module TokenStream
756 include TokenStream