/** Add another listener to broadcast events too.  Not thread-safe.
     *  Don't add events in one thread while parser fires events in  
another.     */
    public void addListener(DebugEventListener listener) {
        listeners.add(listener);
    }

that used to be:

        listeners.add(listeners);

it's in my dev branch.

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

Reply via email to