summaryrefslogtreecommitdiff
path: root/src/theory/strings/word.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/word.h')
-rw-r--r--src/theory/strings/word.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/theory/strings/word.h b/src/theory/strings/word.h
index 454710c98..b84ea6874 100644
--- a/src/theory/strings/word.h
+++ b/src/theory/strings/word.h
@@ -151,7 +151,12 @@ class Word
* If a and b do not share a common prefix (resp. suffix), then this method
* returns the null node.
*/
- static Node splitConstant(Node a, Node b, size_t& index, bool isRev);
+ static Node splitConstant(TNode x, TNode y, size_t& index, bool isRev);
+ /** reverse
+ *
+ * Return the result of reversing x.
+ */
+ static Node reverse(TNode x);
};
// ------------------------------ end for words (string or sequence constants)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback