Public Member Functions

BinNavi.API.reil.ReilGraph Class Reference

REIL code flowgraph. More...

Inherits com::zynamics::zylib::types::graphs::DirectedGraph< ReilBlock, ReilEdge >, and BinNavi::API::disassembly::IDirectedGraph< ReilBlock, ReilEdge >.

List of all members.

Public Member Functions

List< ReilEdgegetEdges ()
 The edges of the graph.
List< ReilBlockgetNodes ()
 The nodes of the graph.
 ReilGraph (final List< ReilBlock > nodes, final List< ReilEdge > edges)
 Creates a new REIL graph.
String toString ()
 Printable representation of the graph.

Detailed Description

Graph of REIL nodes and REIL edges.


Constructor & Destructor Documentation

BinNavi.API.reil.ReilGraph.ReilGraph ( final List< ReilBlock nodes,
final List< ReilEdge edges 
)

Creates a new REIL graph.

Parameters:
nodes Nodes of the REIL graph.
edges Edges of the REIL graph.

Member Function Documentation

List<ReilEdge> BinNavi.API.reil.ReilGraph.getEdges (  ) 

Returns the edges of the REIL graph.

Returns:
The edges of the REIL graph.
List<ReilBlock> BinNavi.API.reil.ReilGraph.getNodes (  ) 

Returns the nodes of the REIL graph.

Returns:
The nodes of the REIL graph.
String BinNavi.API.reil.ReilGraph.toString (  ) 

Returns a string representation of the REIL graph.

Returns:
A string representation of the REIL graph.