Searched defs:InstructionPrinter (Results 1 - 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DInstructionPrinter.java26 public class InstructionPrinter implements Opcode { class in inherits:Opcode
31 public InstructionPrinter(PrintStream stream) { method in class:InstructionPrinter
36 (new InstructionPrinter(stream)).print(method);

Completed in 73 milliseconds