public final class CParser extends AbstractParser implements Parser
Constructor and Description |
---|
CParser() |
Modifier and Type | Method and 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 © 2018 MojoHaus. All rights reserved.