[antlr-interest] A question about token bit sets

richardhensley99 richard.hensley at mckesson.com
Thu Sep 12 16:26:42 PDT 2002


I see the following code generated in my Parser classes:

    private static final long[] mk_tokenSet_0() {
        long[] data = { 32754L, 0L, 0L, 0L };
        return data;
    }
    public static final BitSet _tokenSet_0 =
        new BitSet(mk_tokenSet_0());


What is the best way to tell what tokens are memebers of _tokenSet_0?


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list