Class BytecodeListing

java.lang.Object
org.eolang.jeo.representation.BytecodeListing

public final class BytecodeListing extends Object
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