frysk.hpd
Interface DisassembleCommand.InstructionPrinter

All Known Implementing Classes:
DisassembleCommand.AddressPrinter, DisassembleCommand.InstructionOnlyPrinter, DisassembleCommand.InstructionParamsPrinter, DisassembleCommand.SymbolPrinter
Enclosing class:
DisassembleCommand

static interface DisassembleCommand.InstructionPrinter


Method Summary
 String toPrint(Instruction instruction)
           
 

Method Detail

toPrint

String toPrint(Instruction instruction)