Add DatatypeConstructor.java, DatatypeConstructorDecl.java, DatatypeDecl.java, Dataty...
authormudathirmahgoub <mudathirmahgoub@gmail.com>
Wed, 8 Sep 2021 08:25:23 +0000 (03:25 -0500)
committerGitHub <noreply@github.com>
Wed, 8 Sep 2021 08:25:23 +0000 (08:25 +0000)
commit44e45c450f5bf41f9fe6077437e9c3fc371868f6
treef21785467aadb1dd4bb4ab20ef776216a41e80fc
parent692838a334b6a0e68ecfe7e9f473a834f99ba5e6
Add DatatypeConstructor.java, DatatypeConstructorDecl.java, DatatypeDecl.java, DatatypeSelector.java (#6390)

Add DatatypeConstructor.java, DatatypeConstructorDecl.java, DatatypeDecl.java, DatatypeSelector.java and their corresponding c++ files
src/api/java/cvc5/DatatypeConstructor.java [new file with mode: 0644]
src/api/java/cvc5/DatatypeConstructorDecl.java [new file with mode: 0644]
src/api/java/cvc5/DatatypeDecl.java [new file with mode: 0644]
src/api/java/cvc5/DatatypeSelector.java [new file with mode: 0644]
src/api/java/jni/cvc5_DatatypeConstructor.cpp [new file with mode: 0644]
src/api/java/jni/cvc5_DatatypeConstructorDecl.cpp [new file with mode: 0644]
src/api/java/jni/cvc5_DatatypeDecl.cpp [new file with mode: 0644]
src/api/java/jni/cvc5_DatatypeSelector.cpp [new file with mode: 0644]