Re: TokenStream JavaDoc

2009-08-20 Thread Yonik Seeley
>  -- Tim > > Mark Miller wrote: >> As a new user, reading the TokenStream javadoc is a bit intimidating I >> think. >> >> One thing that might help I think, is adding just a bit of example code >> to the following section: >> >> The workflow of th

Re: TokenStream JavaDoc

2009-08-20 Thread Tim Smith
Also, the javadoc should also mark that the consumer call end() as step 5 (don't think this was added when end() was put in) -- Tim Mark Miller wrote: > As a new user, reading the TokenStream javadoc is a bit intimidating I > think. > > One thing that might help I think, is add

TokenStream JavaDoc

2009-08-20 Thread Mark Miller
As a new user, reading the TokenStream javadoc is a bit intimidating I think. One thing that might help I think, is adding just a bit of example code to the following section: The workflow of the new TokenStream API is as follows: 1. Instantiation of TokenStream/TokenFilters which add/get