# Interface: com.pnfsoftware.jeb.core.units.code.IResizableInstruction

A resizable instruction can have its [size](IInstruction#getSize()) modified after creation.

## Method: adjustSize
- parameter: `delta`, type: `int`

Description: Update the the size of this statement.
parameter: delta: the delta \(positive or negative\) to to be applied to the instruction size

## Method: setSize
- parameter: `newsize`, type: `int`

Description: Set the new instruction size.
parameter: newsize: new instruction size

