| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.InstructionUtil |
Instruction utility methods.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InstructionUtil() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static IInstructionOperand |
getOperand(IInstruction insn, int index)
Safely retrieve an operand.
| ||||||||||
| static <T extends IInstructionOperand> T |
getOperand(IInstruction insn, int index, Class<T> c)
Safely retrieve an operand of the expected type.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Safely retrieve an operand.
Safely retrieve an operand of the expected type.
| c | expected operand type |
|---|