Public Member Functions

BinNavi.API.disassembly.FunctionBlock Class Reference

Represents a single block of a function. More...

Inherits BinNavi::API::disassembly::IGraphNode< FunctionBlock >.

List of all members.

Public Member Functions

List< FunctionBlockgetChildren ()
 Children of the function block.
Function getFunction ()
 Function represented by the function block.
List< FunctionBlockgetParents ()
 Parents of the function block.
String toString ()
 Printable representation of the function block.

Detailed Description

Represents a function in a callgraph.


Member Function Documentation

List<FunctionBlock> BinNavi.API.disassembly.FunctionBlock.getChildren (  ) 

Returns all child blocks of the block.

Returns:
A list of blocks.
Function BinNavi.API.disassembly.FunctionBlock.getFunction (  ) 

Returns the function represented by the block.

Returns:
The function represented by the block.
List<FunctionBlock> BinNavi.API.disassembly.FunctionBlock.getParents (  ) 

Returns all parent blocks of the block.

Returns:
A list of blocks.
String BinNavi.API.disassembly.FunctionBlock.toString (  ) 

Returns the string representation of the function block.

Returns:
The string representation of the function block.