public interface

IResizableInstruction

implements IInstruction
com.pnfsoftware.jeb.core.units.code.IResizableInstruction
Known Indirect Subclasses

Class Overview

A resizable instruction can have its size modified after creation.

Summary

Public Methods
abstract void adjustSize(int delta)
Update the the size of this statement.
abstract void setSize(int newsize)
Set the new instruction size.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.IInstruction

Public Methods

public abstract void adjustSize (int delta)

Update the the size of this statement.

Parameters
delta the delta (positive or negative) to to be applied to the instruction size

public abstract void setSize (int newsize)

Set the new instruction size.