sdr 0.7

net.cscott.sdr.calls.grm
Class AntlrPostProcessor

java.lang.Object
  extended by net.cscott.sdr.calls.grm.AntlrPostProcessor

public class AntlrPostProcessor
extends Object

Post-process an ANTLR-generated grammar to avoid "code too large" errors.


Constructor Summary
AntlrPostProcessor()
           
 
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
 

Constructor Detail

AntlrPostProcessor

public AntlrPostProcessor()
Method Detail

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

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian