public class

IRCFGFormatter

extends CFGFormatter<InsnType extends IInstruction>
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.cfg.CFGFormatter<InsnType extends com.pnfsoftware.jeb.core.units.code.IInstruction>
     ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IRCFGFormatter

Summary

Public Constructors
IRCFGFormatter(CFG<IEStatement> cfg)
IRCFGFormatter(CFG<IEStatement> cfg, IVariableProvider varprv, boolean formatFineGrained)
Protected Methods
String extraInstructionDetails(long address, IEStatement insn)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.asm.cfg.CFGFormatter
From class java.lang.Object

Public Constructors

public IRCFGFormatter (CFG<IEStatement> cfg)

public IRCFGFormatter (CFG<IEStatement> cfg, IVariableProvider varprv, boolean formatFineGrained)

Protected Methods

protected String extraInstructionDetails (long address, IEStatement insn)