Represents a single edge that connects the blocks of a function. More...
Inherits com::zynamics::zylib::types::graphs::DefaultEdge< FunctionBlock >.
Public Member Functions | |
| FunctionBlock | getSource () |
| Source block of the edge. | |
| FunctionBlock | getTarget () |
| Target block of the edge. | |
| String | toString () |
| Printable representation of the edge. | |
Represents an edge in a callgraph.
| FunctionBlock BinNavi.API.disassembly.FunctionEdge.getSource | ( | ) |
Returns the source block of the edge.
| FunctionBlock BinNavi.API.disassembly.FunctionEdge.getTarget | ( | ) |
Returns the target block of the edge.
| String BinNavi.API.disassembly.FunctionEdge.toString | ( | ) |
Returns the string representation of the function edge.
1.7.1