net.sf.antcontrib.cpptasks.parser
public final class FortranParser extends AbstractParser implements Parser
| Constructor Summary | |
|---|---|
| FortranParser()
Default constructor.
| |
| Method Summary | |
|---|---|
| void | addFilename(String include)
Called by FilenameState at completion of file name production.
|
| String[] | getIncludes()
Gets collection of include file names encountered in parse. |
| AbstractParserState | getNewLineState()
Get the state for the beginning of a new line. |
| void | parse(Reader reader)
Collects all included files from the content of the reader.
|
Parameters: include include file name
Returns: include file names
Returns: start of line state
Parameters: reader character reader containing a FORTRAN source module
Throws: IOException throw if I/O error during parse