# Class: com.pnfsoftware.jeb.core.units.code.android.controlflow.BasicBlockBuilder

Used to construct a [BasicBlock](BasicBlock).

## Constructor: BasicBlockBuilder


## Field: dst_offsets
Type: `java.util.List<java.lang.Long>`
Description: Regular destination block offsets.

## Field: insns
Type: `java.util.List<InsnType>`
Description: Instructions contained in the block under construction.

## Field: irrdst_offsets
Type: `java.util.List<java.lang.Long>`
Description: Irregular destination block offsets.

## Method: toString
- return type: `java.lang.String`


