macOS / binaries /

javap

/usr/bin/javap
Disassemble one or more class files

The javap command disassembles one or more class files. The output depends on the options used. When no options are used, the javap command prints the protected and public fields, and methods of the classes passed to it.