Public Member Functions

com.google.security.zynamics.binnavi.API.disassembly.FunctionEdge Class Reference

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

List of all members.

Public Member Functions

FunctionBlock getSource ()
FunctionBlock getTarget ()
String toString ()

Detailed Description

Represents an edge in a callgraph.


Member Function Documentation

FunctionBlock com.google.security.zynamics.binnavi.API.disassembly.FunctionEdge.getSource (  ) 

Returns the source block of the edge.

Returns:
The source block of the edge.
FunctionBlock com.google.security.zynamics.binnavi.API.disassembly.FunctionEdge.getTarget (  ) 

Returns the target block of the edge.

Returns:
The target block of the edge.
String com.google.security.zynamics.binnavi.API.disassembly.FunctionEdge.toString (  ) 

Returns the string representation of the function edge.

Returns:
The string representation of the function edge.