Public Member Functions

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

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

List of all members.

Public Member Functions

BasicBlock getSource ()
BasicBlock getTarget ()
EdgeType getType ()
String toString ()

Detailed Description

Block edges are used to connect basic blocks in flowgraphs.


Member Function Documentation

BasicBlock com.google.security.zynamics.binnavi.API.disassembly.BlockEdge.getSource (  ) 

Returns the source block of the edge.

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

Returns the target block of the edge.

Returns:
The target block of the edge.
EdgeType com.google.security.zynamics.binnavi.API.disassembly.BlockEdge.getType (  ) 

Returns the type of the edge.

Returns:
The type of the edge.
String com.google.security.zynamics.binnavi.API.disassembly.BlockEdge.toString (  ) 

Returns a string representation of the edge.

Returns:
A string representation of the edge.