Edge between REIL blocks. More...
Inherits com::zynamics::zylib::types::graphs::DefaultEdge< ReilBlock >.
Public Member Functions | |
| ReilBlock | getSource () |
| Source block of the edge. | |
| ReilBlock | getTarget () |
| Target block of the edge. | |
| EdgeType | getType () |
| The type of the edge. | |
| ReilEdge (final ReilBlock source, final ReilBlock target, final EdgeType type) | |
| String | toString () |
| Printable representation of the edge. | |
Represents an edge between two REIL blocks.
| BinNavi.API.reil.ReilEdge.ReilEdge | ( | final ReilBlock | source, | |
| final ReilBlock | target, | |||
| final EdgeType | type | |||
| ) |
Creates a new REIL edge.
| source | Source block. | |
| target | Target block. | |
| type | Edge type. |
| ReilBlock BinNavi.API.reil.ReilEdge.getSource | ( | ) |
Returns the source block of the edge.
| ReilBlock BinNavi.API.reil.ReilEdge.getTarget | ( | ) |
Returns the target block of the edge.
| EdgeType BinNavi.API.reil.ReilEdge.getType | ( | ) |
Returns the type of the edge.
| String BinNavi.API.reil.ReilEdge.toString | ( | ) |
Returns the string representation of the edge.
1.7.1