public class

Operand

extends AbstractInstructionOperandGeneric
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.processor.AbstractInstructionOperandGeneric
     ↳ com.pnfsoftware.jeb.core.units.code.asm.processor.Operand

Class Overview

A simple implementation of IInstructionOperandGeneric.

Summary

[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

Public Constructors

public Operand (int type, int size, long value)

Public Methods

public String getRegisterName (long registerIdentifier)

The default implementation throws an UnsupportedOperationException.