Update of /cvsroot/cpptool/rfta/include/rfta/parser
In directory sc8-pr-cvs1:/tmp/cvs-serv16999/include/rfta/parser
Modified Files:
SourceASTNode.h
Log Message:
* return original and blanked source as CStringView
Index: SourceASTNode.h
===================================================================
RCS file: /cvsroot/cpptool/rfta/include/rfta/parser/SourceASTNode.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** SourceASTNode.h 22 Dec 2002 16:03:50 -0000 1.8
--- SourceASTNode.h 4 May 2003 07:34:06 -0000 1.9
***************
*** 8,11 ****
--- 8,12 ----
#include <rfta/parser/ASTNode.h>
+ #include <xtl/Forwards.h>
***************
*** 35,38 ****
--- 36,44 ----
const std::string getOriginalTextFor( const SourceRange &range ) const;
+
+ Xtl::CStringView getBlankedSource() const;
+
+ Xtl::CStringView getOriginalSource() const;
+
protected:
|