Package gnu.kawa.util
Class PreProcess
- java.lang.Object
-
- gnu.kawa.util.PreProcess
-
public class PreProcess extends java.lang.ObjectHelper 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 voidfilter(java.lang.String filename)booleanfilter(java.lang.String filename, java.io.BufferedInputStream in)static voidmain(java.lang.String[] args)
-
-
-
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)
-
-