[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / ParseOrSemanticError.java
index 90273d62ff767638b3d80b7d8cd2f77c7db4034b..2873c46ac5c833de2eaa6d9418eeaa0470fbb917 100644 (file)
@@ -76,12 +76,13 @@ public class ParseOrSemanticError extends CommonBase {
        /**
         * Utility method to constructs a new ParseError-variant ParseOrSemanticError
         */
-       public static ParseOrSemanticError parse_error(ParseError a) {
+       public static ParseOrSemanticError parse_error(org.ldk.structs.ParseError a) {
                long ret = bindings.ParseOrSemanticError_parse_error(a.ptr);
                Reference.reachabilityFence(a);
                if (ret >= 0 && ret <= 4096) { return null; }
                org.ldk.structs.ParseOrSemanticError ret_hu_conv = org.ldk.structs.ParseOrSemanticError.constr_from_ptr(ret);
                if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.add(ret_hu_conv); };
+               if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.add(a); };
                return ret_hu_conv;
        }
 
@@ -97,6 +98,21 @@ public class ParseOrSemanticError extends CommonBase {
                return ret_hu_conv;
        }
 
+       /**
+        * Checks if two ParseOrSemanticErrors contain equal inner contents.
+        * This ignores pointers and is_owned flags and looks at the values in fields.
+        */
+       public boolean eq(org.ldk.structs.ParseOrSemanticError b) {
+               boolean ret = bindings.ParseOrSemanticError_eq(this.ptr, b == null ? 0 : b.ptr);
+               Reference.reachabilityFence(this);
+               Reference.reachabilityFence(b);
+               return ret;
+       }
+
+       @Override public boolean equals(Object o) {
+               if (!(o instanceof ParseOrSemanticError)) return false;
+               return this.eq((ParseOrSemanticError)o);
+       }
        /**
         * Get the string representation of a ParseOrSemanticError object
         */