|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.antcontrib.cpptasks.parser.AbstractParser net.sf.antcontrib.cpptasks.parser.CParser
public final class CParser
A parser that extracts #include statements from a Reader.
Constructor Summary | |
---|---|
CParser()
|
Method Summary | |
---|---|
void |
addFilename(java.lang.String include)
|
java.lang.String[] |
getIncludes()
|
AbstractParserState |
getNewLineState()
|
void |
parse(java.io.Reader reader)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CParser()
Method Detail |
---|
public void addFilename(java.lang.String include)
addFilename
in class AbstractParser
public java.lang.String[] getIncludes()
getIncludes
in interface Parser
public AbstractParserState getNewLineState()
getNewLineState
in class AbstractParser
public void parse(java.io.Reader reader) throws java.io.IOException
parse
in interface Parser
parse
in class AbstractParser
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |