]> git.saurik.com Git - cycript.git/blobdiff - Driver.hpp
Precedence and RightHand have to represent Output.
[cycript.git] / Driver.hpp
index 8b53c5b4379bf69696bdcb721df7e7ec7bed8e1f..efd2bc63ec6a28db9ca7230cf1afaeb01f38a68e 100644 (file)
@@ -72,7 +72,6 @@ class _visible CYDriver {
     bool highlight_;
 
     enum Condition {
-        RegExpCondition,
         XMLContentCondition,
         XMLTagCondition,
     };
@@ -128,6 +127,7 @@ class _visible CYDriver {
     bool Parse(CYMark mark = CYMarkScript);
     void Replace(CYOptions &options);
 
+    void SetRegEx(bool equal);
     void SetCondition(Condition condition);
 
     void PushCondition(Condition condition);