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.IOExceptionpublic CharSequence2 readLine() throws java.io.IOException
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionpublic java.util.Set<FileWithSuffix> getFilesUsed()
getFilesUsed in interface ReadLineNumbered