Edge
represents an edge leaving a basic block and (optionally) arriving at another, known basic block. When the target is not know, for example in the case of an indirect call or branch, then the accessor methods to this field return null
. Each edge has a type that is represented as a string.
|
|