libTriton version 1.0 build 1592
|
The AST representation interface. More...
#include <astRepresentationInterface.hpp>
Public Member Functions | |
virtual TRITON_EXPORT | ~AstRepresentationInterface () |
Constructor. | |
virtual TRITON_EXPORT std::ostream & | print (std::ostream &stream, triton::ast::AbstractNode *node)=0 |
Entry point of print. | |
The AST representation interface.
Definition at line 45 of file astRepresentationInterface.hpp.
|
inlinevirtual |
Constructor.
Definition at line 48 of file astRepresentationInterface.hpp.
|
pure virtual |
Entry point of print.
Implemented in triton::ast::representations::AstPcodeRepresentation, triton::ast::representations::AstPythonRepresentation, and triton::ast::representations::AstSmtRepresentation.