Package Functions

com.google.security.zynamics.binnavi.API.reil.mono.ILatticeGraph< GraphNode > Interface Reference

List of all members.

Package Functions

List< GraphNode > getNodes ()

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> com.google.security.zynamics.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.