Jasm icon indicating copy to clipboard operation
Jasm copied to clipboard

Decouple Attribute Printing

Open DavePearce opened this issue 12 years ago • 0 comments

Currently, attribute printing is handled by the BytecodeAttribute.print method. However, this is hard coding a particular view, and we may want to support multiple views (eg jasmin, jasm, javap, etc).

DavePearce avatar Aug 12 '13 21:08 DavePearce