BasicBlock

BasicBlock

Represents a basic block of dalvik instruction

Constructor

new BasicBlock(config)

Source:
Parameters:
Name Type Default Description
config Object null

Optional, an object wich can be used in order to initialize the instance

Methods

isNOPblock() → {Boolean}

Source:

To check if the block contains only NOP instruction

Returns:

Returns TRUE if thhe block contains only NOP instruction, else FALSE

Type
Boolean