From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../net/sf/antcontrib/cpptasks/parser/Parser.html | 237 +++++++++++++++++++++ 1 file changed, 237 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/parser/Parser.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/parser/Parser.html') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/parser/Parser.html b/site/apidocs/net/sf/antcontrib/cpptasks/parser/Parser.html new file mode 100644 index 0000000..6caf04a --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/parser/Parser.html @@ -0,0 +1,237 @@ + + + + + + + +Parser (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +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
+ java.lang.String[]getIncludes() + +
+           
+ voidparse(java.io.Reader reader) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+getIncludes

+
+java.lang.String[] getIncludes()
+
+
+
+
+
+
+ +

+parse

+
+void parse(java.io.Reader reader)
+           throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3