libTriton version 1.0 build 1592
|
Converts a Z3's AST to a Triton's AST. More...
#include <z3ToTriton.hpp>
Public Member Functions | |
TRITON_EXPORT | Z3ToTriton (const triton::ast::SharedAstContext &ctxt) |
Constructor. | |
TRITON_EXPORT triton::ast::SharedAbstractNode | convert (const z3::expr &expr) |
Converts to Triton's AST. | |
Converts a Z3's AST to a Triton's AST.
Definition at line 36 of file z3ToTriton.hpp.
triton::ast::Z3ToTriton::Z3ToTriton | ( | const triton::ast::SharedAstContext & | ctxt | ) |
Constructor.
Definition at line 19 of file z3ToTriton.cpp.
SharedAbstractNode triton::ast::Z3ToTriton::convert | ( | const z3::expr & | expr | ) |
Converts to Triton's AST.
Definition at line 24 of file z3ToTriton.cpp.