Package org.codehaus.mojo.natives.parser
Interface Parser
-
- All Known Implementing Classes:
CParser,FortranParser
public interface ParserA parser that extracts #include statements from a Reader.- Author:
- Curt Arnold
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getIncludes()voidparse(Reader reader)
-
-
-
Method Detail
-
getIncludes
String[] getIncludes()
-
parse
void parse(Reader reader) throws IOException
- Throws:
IOException
-
-