Quickfix: Add flip helpers.

This commit is contained in:
Christian Kamm
2009-11-26 14:48:53 +01:00
parent 746bea8e1e
commit 43129a2928
2 changed files with 12 additions and 0 deletions

View File

@@ -106,6 +106,8 @@ protected:
void remove(int start, int end);
void remove(unsigned tokenIndex);
void remove(const CPlusPlus::AST *ast);
void flip(int start1, int end1, int start2, int end2);
void flip(const CPlusPlus::AST *ast1, const CPlusPlus::AST *ast2);
void copy(int start, int end, int to);
void copy(unsigned tokenIndex, int to);
void copy(const CPlusPlus::AST *ast, int to);