How do I change the parent class in ANTLR-3?

Posted by etheros on Stack Overflow See other posts from Stack Overflow or by etheros
Published on 2010-04-16T16:40:32Z Indexed on 2010/04/16 16:43 UTC
Read the original article Hit count: 189

Filed under:
|
|

By default, a parser generated using ANTLR-3 extends from org.antlr.runtime.Parser. How do I have it extend my custom class instead?

© Stack Overflow or respective owner

Related posts about antlr

Related posts about antlr3