Package org.codehaus.mojo.natives.parser
Interface Parser
-
- All Known Implementing Classes:
CParser
,FortranParser
public interface Parser
A 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()
void
parse(Reader reader)
-
-
-
Method Detail
-
getIncludes
String[] getIncludes()
-
parse
void parse(Reader reader) throws IOException
- Throws:
IOException
-
-