net.sf.antcontrib.cpptasks.parser
Interface Parser

All Known Implementing Classes:
CParser, FortranParser, UserInterfaceParser

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 © 2001-2011. All Rights Reserved.