[antlr-interest] origin of <missing ID> node

Felix Dorner felix_do at web.de
Sat Jun 7 00:09:13 PDT 2008


Hi,

in antlr 3.1b1 my tree adaptor I overwrite

    @Override
    public Object errorNode(TokenStream input, Token start, Token stop,
            RecognitionException e){
        return null;
    }

I anyway get sometimes <missing ID> nodes. Can I turn this off somehow?

Thanks,
Felix


More information about the antlr-interest mailing list