public interface

IFormattingContextFactory

com.pnfsoftware.jeb.core.units.code.asm.cfg.IFormattingContextFactory<InsnType extends com.pnfsoftware.jeb.core.units.code.IInstruction>

Class Overview

Customize instruction rendering via the generation of formatting-context objects.

Summary

Public Methods
abstract Object createFormattingContext(InsnType insn)
Generate a context object provided to instruction.format(obj).

Public Methods

public abstract Object createFormattingContext (InsnType insn)

Generate a context object provided to instruction.format(obj).

Parameters
insn the instruction to be formatted
Returns
  • a context object