CallBasicBlock Type
Basic block type for a call graph (CallCFG).
Constructors
Constructor | Description |
Full Usage:
CallBasicBlock(addr, name, isExternal)
Parameters:
Addr
name : string
isExternal : obj
Returns: CallBasicBlock
|
|
Instance members
Instance member | Description |
|
|
Full Usage:
this.IsExternal
Returns: obj
|
|
Full Usage:
this.Name
Returns: string
|
|