Package gnu.kawa.util

Class PreProcess


  • public class PreProcess
    extends java.lang.Object
    Helper class to pre-process Java source.
    • Constructor Summary

      Constructors 
      Constructor Description
      PreProcess()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void filter​(java.lang.String filename)  
      boolean filter​(java.lang.String filename, java.io.BufferedInputStream in)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PreProcess

        public PreProcess()
    • Method Detail

      • filter

        public void filter​(java.lang.String filename)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • filter

        public boolean filter​(java.lang.String filename,
                              java.io.BufferedInputStream in)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • main

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