public final class FortranParser extends AbstractParser implements Parser
构造器和说明 |
---|
FortranParser()
Default constructor.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
public void addFilename(String include)
addFilename
在类中 AbstractParser
include
- include file namepublic String[] getIncludes()
getIncludes
在接口中 Parser
public AbstractParserState getNewLineState()
getNewLineState
在类中 AbstractParser
public void parse(Reader reader) throws IOException
parse
在接口中 Parser
parse
在类中 AbstractParser
reader
- character reader containing a FORTRAN source moduleIOException
- throw if I/O error during parseCopyright © 2005-2017 NAR Maven Plugin developers. All Rights Reserved.