From c241cf3bef737a58162868d51a2c773c5af5abbf Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Tue, 20 Sep 2011 14:58:30 +0000 Subject: Merge from "swig" branch: language binding for Java is compiling and linking. Enable with --enable-language-bindings=java --- src/expr/command.i | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/expr/command.i (limited to 'src/expr/command.i') diff --git a/src/expr/command.i b/src/expr/command.i new file mode 100644 index 000000000..3a029b785 --- /dev/null +++ b/src/expr/command.i @@ -0,0 +1,12 @@ +%{ +#include "expr/command.h" +%} + +%ignore CVC4::operator<<(std::ostream&, const Command&); +%ignore CVC4::operator<<(std::ostream&, const Command*); +%ignore CVC4::operator<<(std::ostream&, BenchmarkStatus status); + +%rename(beginConst) CVC4::CommandSequence::begin() const; +%rename(endConst) CVC4::CommandSequence::end() const; + +%include "expr/command.h" -- cgit v1.2.3