Public Member Functions

BinNavi.API.disassembly.FunctionEdge Class Reference

Represents a single edge that connects the blocks of a function. More...

Inherits com::zynamics::zylib::types::graphs::DefaultEdge< FunctionBlock >.

List of all members.

Public Member Functions

FunctionBlock getSource ()
 Source block of the edge.
FunctionBlock getTarget ()
 Target block of the edge.
String toString ()
 Printable representation of the edge.

Detailed Description

Represents an edge in a callgraph.


Member Function Documentation

FunctionBlock BinNavi.API.disassembly.FunctionEdge.getSource (  ) 

Returns the source block of the edge.

Returns:
The source block of the edge.
FunctionBlock BinNavi.API.disassembly.FunctionEdge.getTarget (  ) 

Returns the target block of the edge.

Returns:
The target block of the edge.
String BinNavi.API.disassembly.FunctionEdge.toString (  ) 

Returns the string representation of the function edge.

Returns:
The string representation of the function edge.