Parser
public final class CParser extends AbstractParser implements Parser
Constructor | Description |
---|---|
CParser() |
Modifier and Type | Method | Description |
---|---|---|
void |
addFilename(String include) |
|
String[] |
getIncludes() |
|
AbstractParserState |
getNewLineState() |
|
void |
parse(Reader reader) |
public void addFilename(String include)
addFilename
in class AbstractParser
public String[] getIncludes()
getIncludes
in interface Parser
public AbstractParserState getNewLineState()
getNewLineState
in class AbstractParser
public void parse(Reader reader) throws IOException
parse
in interface Parser
parse
in class AbstractParser
IOException
Copyright © 2019 MojoHaus. All rights reserved.