Package org.eolang.jeo.representation
Class BytecodeListing
java.lang.Object
org.eolang.jeo.representation.BytecodeListing
Pretty-printing utility for Java bytecode.
This class provides human-readable representation of Java bytecode using ASM's TraceClassVisitor. It converts raw bytecode into a textual format that shows the structure and instructions of a class file.
- Since:
- 0.6.0
-
Method Summary