* added range to TokenStream and implementors:
    /** How far ahead has the stream been asked to look?  The return
     *  value is a valid index from 0..n-1.
     */
    int range();

* added new method to get subset of tokens to buffered token streams:
        public List get(int start, int stop);

Ter
_______________________________________________
antlr-dev mailing list
[email protected]
http://www.antlr.org/mailman/listinfo/antlr-dev

Reply via email to