public class Preprocessor2 extends java.lang.Object implements ReadLineNumbered
Constructor and Description |
---|
Preprocessor2(java.util.List<java.lang.String> config,
ReadLine reader,
java.lang.String charset,
Defines defines,
DefinitionsContainer definitionsContainer,
ImportedFiles importedFiles) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.util.Set<FileWithSuffix> |
getFilesUsed() |
CharSequence2 |
readLine() |
public Preprocessor2(java.util.List<java.lang.String> config, ReadLine reader, java.lang.String charset, Defines defines, DefinitionsContainer definitionsContainer, ImportedFiles importedFiles) throws java.io.IOException
java.io.IOException
public CharSequence2 readLine() throws java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
public java.util.Set<FileWithSuffix> getFilesUsed()
getFilesUsed
in interface ReadLineNumbered