public interface

IInstructionOperand

com.pnfsoftware.jeb.core.units.code.IInstructionOperand
Known Indirect Subclasses

Class Overview

Base definition for instruction operands.

Summary

Public Methods
abstract String format(IInstruction insn, long address)
Format the operand, assuming it is used by an instruction at the provided address.

Public Methods

public abstract String format (IInstruction insn, long address)

Format the operand, assuming it is used by an instruction at the provided address.

Parameters
insn (optional) the instruction to which the operand belong; Note, beware the the operand might not be directly contained in insn.getOperands() in the case of instructions with nested operands
address (optional) the instruction address, 0 if none; may be provided even if the instruction is not
Returns
  • simple string representation of the operand