| com.pnfsoftware.jeb.core.units.code.asm.cfg.IFormattingContextFactory<InsnType extends com.pnfsoftware.jeb.core.units.code.IInstruction> |
Customize instruction rendering via the generation of formatting-context objects.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract Object |
createFormattingContext(InsnType insn)
Generate a context object provided to
instruction.format(obj). | ||||||||||
Generate a context object provided to instruction.format(obj).
| insn | the instruction to be formatted |
|---|