Tex typo issues, Code
[iotcloud.git] / src2 / java / iotcloud / Guard.java
index aaf312b9757ca060f9fa7d28b43031b273c87208..2f755cf04158bd1dc11631ee188009dc06b88c3a 100644 (file)
@@ -98,4 +98,9 @@ class Guard {
         bb.get(expr);
         return new Guard(IoTString.shallow(expr));
     }
+
+    public Guard getCopy() {
+        return new Guard(IoTString.shallow(booleanExpression.internalBytes()));
+    }
+
 }
\ No newline at end of file