uk.ac.ucl.cs.emofocl.preprocessor
Class Preprocessor

java.lang.Object
  extended by 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

Constructor Summary
Preprocessor()
           
 
Method Summary
 String preprocess(Reader reader, URL location)
           
 String preprocess(URL location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preprocessor

public Preprocessor()
Method Detail

preprocess

public String preprocess(URL location)
                  throws IOException
Throws:
IOException

preprocess

public String preprocess(Reader reader,
                         URL location)
                  throws IOException
Throws:
IOException