# Class: com.pnfsoftware.jeb.core.units.code.asm.processor.Operand

A simple implementation of [IInstructionOperandGeneric](IInstructionOperandGeneric).

## Constructor: Operand
- parameter: `type`, type: `int`
- parameter: `size`, type: `int`
- parameter: `value`, type: `long`

Description: Create a generic operand.
parameter: type: operand type
parameter: size: operand size in bits
parameter: value: operand value

## Method: getRegisterName
- parameter: `registerIdentifier`, type: `long`
- return type: `java.lang.String`

Description: The default implementation throws an [UnsupportedOperationException](UnsupportedOperationException).

