public class PreprocessorInclude extends Object implements ReadLine
Constructor and Description |
---|
PreprocessorInclude(ReadLine reader,
Defines defines,
String charset,
File newCurrentDir,
DefinitionsContainer definitionsContainer) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static String |
getenv(String var) |
Set<FileWithSuffix> |
getFilesUsedGlobal() |
int |
getLineNumber() |
CharSequence2 |
readLine() |
public PreprocessorInclude(ReadLine reader, Defines defines, String charset, File newCurrentDir, DefinitionsContainer definitionsContainer)
public Set<FileWithSuffix> getFilesUsedGlobal()
public CharSequence2 readLine() throws IOException
readLine
in interface ReadLine
IOException
public int getLineNumber()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2017. All Rights Reserved.