| java.lang.Object | ||
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.processor.AbstractInstructionOperandGeneric | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.processor.Operand | |
A simple implementation of IInstructionOperandGeneric.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.asm.processor.IInstructionOperandGeneric
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.units.code.asm.processor.AbstractInstructionOperandGeneric
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Operand(int type, int size, long value) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getRegisterName(long registerIdentifier)
The default implementation throws an UnsupportedOperationException.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.units.code.asm.processor.AbstractInstructionOperandGeneric
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.IInstructionOperand
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.processor.IInstructionOperandGeneric
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.processor.IInstructionOperandRegisterBased
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.processor.IInstructionOperandSized
| |||||||||||
The default implementation throws an UnsupportedOperationException.