org.prorefactor.treeparserbase
Class PostProcessor

java.lang.Object
  extended by org.prorefactor.treeparserbase.PostProcessor

public class PostProcessor
extends java.lang.Object

Static class with main(), so it can be called from an Ant build. Trims the data from the static initialization of _tokenNames, because that generates too large of a static initializer (> 64k).


Constructor Summary
PostProcessor()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void trimTokenNames(java.lang.String inName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostProcessor

public PostProcessor()
Method Detail

main

public static void main(java.lang.String[] args)

trimTokenNames

public static void trimTokenNames(java.lang.String inName)
                           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2008 Joanju Software. All Rights Reserved.