Package Functions

BinNavi.API.reil.mono.ILatticeGraph< GraphNode > Interface Reference

Interface for lattice graphs. More...

List of all members.

Package Functions

List< GraphNode > getNodes ()
 The nodes of the graph.

Detailed Description

Interface that must be implemented by all graphs that are used by MonoREIL.

Parameters:
<GraphNode> Type of the nodes in the graphs.

Member Function Documentation

List<GraphNode> BinNavi.API.reil.mono.ILatticeGraph< GraphNode >.getNodes (  )  [package]

Returns a list of all nodes that are part of the graph.

Returns:
A list of all nodes that are part of the graph.