Basic block type for a call graph (CallCFG).
Constructor | Description |
Full Usage:
CallGraphBlock(addr, id, name, isFake, isExternal)
Parameters:
Addr
id : string
name : obj
isFake : bool
isExternal : obj
Returns: CallGraphBlock
|
|
Instance member | Description |
Full Usage:
this.ID
Returns: string
|
|
Full Usage:
this.IsExternal
Returns: obj
|
|
Full Usage:
this.Name
Returns: obj
|
|