Inherits com::zynamics::zylib::types::graphs::DefaultEdge< InstructionGraphNode >.
Public Member Functions | |
| InstructionGraphNode | getSource () |
| The source node of the edge. | |
| InstructionGraphNode | getTarget () |
| The target node of the edge. | |
| EdgeType | getType () |
| Type of the edge. | |
| InstructionGraphEdge (final InstructionGraphNode source, final InstructionGraphNode target, final EdgeType edgeType) | |
| Creates a new instruction graph edge. | |
Edge of an instruction graph.
| BinNavi.API.reil.mono.InstructionGraphEdge.InstructionGraphEdge | ( | final InstructionGraphNode | source, | |
| final InstructionGraphNode | target, | |||
| final EdgeType | edgeType | |||
| ) |
Creates a new instruction graph edge.
| source | Source node of the edge. | |
| target | Target node of the edge. | |
| edgeType | Type of the edge. |
| InstructionGraphNode BinNavi.API.reil.mono.InstructionGraphEdge.getSource | ( | ) |
Returns the source node of the edge.
| InstructionGraphNode BinNavi.API.reil.mono.InstructionGraphEdge.getTarget | ( | ) |
Returns the target node of the edge.
| EdgeType BinNavi.API.reil.mono.InstructionGraphEdge.getType | ( | ) |
Returns the type of the edge.
1.7.1