| com.pnfsoftware.jeb.core.units.code.IResizableInstruction |
Known Indirect Subclasses
|
A resizable instruction can have its size modified after creation.
| 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
| |||||||||||
Update the the size of this statement.
| delta | the delta (positive or negative) to to be applied to the instruction size |
|---|
Set the new instruction size.