Can you verify the intent of the following code:

public int getType(Object t) {
        ((Tree)t).getType();
        return 0;
}

Thank you,
Sam ☺
_______________________________________________
antlr-dev mailing list
[email protected]
http://www.antlr.org:8080/mailman/listinfo/antlr-dev

Reply via email to