net.cscott.sdr.calls.grm
Class AntlrPostProcessor
java.lang.Object
net.cscott.sdr.calls.grm.AntlrPostProcessor
public class AntlrPostProcessor
- extends Object
Post-process an ANTLR-generated grammar to avoid "code too large" errors.
Method Summary |
static void |
main(String[] args)
Search-and-replace an ANTLR-generated grammar to move large static
initializers into their own class files, to avoid "code too large"
errors. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntlrPostProcessor
public AntlrPostProcessor()
main
public static void main(String[] args)
throws IOException
- Search-and-replace an ANTLR-generated grammar to move large static
initializers into their own class files, to avoid "code too large"
errors.
- Throws:
IOException
Copyright © 2006-2009 C. Scott Ananian