public class Preprocessor extends Object implements ReadLine
| Constructor and Description |
|---|
Preprocessor(ReadLine reader,
String charset,
Defines defines,
File newCurrentDir,
DefinitionsContainer definitionsContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Set<FileWithSuffix> |
getFilesUsed() |
int |
getLineNumber() |
CharSequence2 |
readLine() |
public Preprocessor(ReadLine reader, String charset, Defines defines, File newCurrentDir, DefinitionsContainer definitionsContainer)
public CharSequence2 readLine() throws IOException
readLine in interface ReadLineIOExceptionpublic int getLineNumber()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic Set<FileWithSuffix> getFilesUsed()
Copyright © 2017. All rights reserved.