uk.ac.ucl.cs.emofocl.preprocessor
Class Preprocessor
java.lang.Object
uk.ac.ucl.cs.emofocl.preprocessor.Preprocessor
public class Preprocessor
- extends Object
Very hacky preprocessor. Doesn't detect circular imports so be careful.
- Author:
- James
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Preprocessor
public Preprocessor()
preprocess
public String preprocess(URL location)
throws IOException
- Throws:
IOException
preprocess
public String preprocess(Reader reader,
URL location)
throws IOException
- Throws:
IOException