Represents a single block of a function. More...
Inherits BinNavi::API::disassembly::IGraphNode< FunctionBlock >.
Public Member Functions | |
| List< FunctionBlock > | getChildren () |
| Children of the function block. | |
| Function | getFunction () |
| Function represented by the function block. | |
| List< FunctionBlock > | getParents () |
| Parents of the function block. | |
| String | toString () |
| Printable representation of the function block. | |
Represents a function in a callgraph.
| List<FunctionBlock> BinNavi.API.disassembly.FunctionBlock.getChildren | ( | ) |
Returns all child blocks of the block.
| Function BinNavi.API.disassembly.FunctionBlock.getFunction | ( | ) |
Returns the function represented by the block.
| List<FunctionBlock> BinNavi.API.disassembly.FunctionBlock.getParents | ( | ) |
Returns all parent blocks of the block.
| String BinNavi.API.disassembly.FunctionBlock.toString | ( | ) |
Returns the string representation of the function block.
1.7.1