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
 String[] getIncludes()
           
 void parse(Reader reader)
           
 

Method Detail

getIncludes

String[] getIncludes()

parse

void parse(Reader reader)
           throws IOException
Throws:
IOException


Copyright © 2011 Codehaus. All Rights Reserved.