libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
Public Member Functions | List of all members
triton::ast::representations::AstRepresentationInterface Interface Referenceabstract

The AST representation interface. More...

#include <astRepresentationInterface.hpp>

Inheritance diagram for triton::ast::representations::AstRepresentationInterface:

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.
 

Detailed Description

The AST representation interface.

Definition at line 45 of file astRepresentationInterface.hpp.

Constructor & Destructor Documentation

◆ ~AstRepresentationInterface()

virtual TRITON_EXPORT triton::ast::representations::AstRepresentationInterface::~AstRepresentationInterface ( )
inlinevirtual

Constructor.

Definition at line 48 of file astRepresentationInterface.hpp.

Member Function Documentation

◆ print()

virtual TRITON_EXPORT std::ostream & triton::ast::representations::AstRepresentationInterface::print ( std::ostream &  stream,
triton::ast::AbstractNode node 
)
pure virtual

The documentation for this interface was generated from the following file: