javap.kaffe

Langue: en

Version: 255664 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

javap - Class file disassembler.

SYNOPSIS

javap [OPTION]... [CLASS]...

DESCRIPTION

javap disassembles class files and sends the output to stdout. The amount of output is controlled by the options. Without any options only the fields and methods with protected and public visibility are printed.

This utility can be used to reverse assemble code. Many program license agreements do not permit reverse assembly. If you are not the copyright owner of the code which you want to reverse assemble, please check the license agreement under which you acquired such code to confirm whether you are permitted to perform such reverse assembly.

OPTIONS

-c
Disassemble the code
-classpath <path>
Specify where to find user class files
-help
Print this usage message
-l
Print line number and local variable tables
-public
Show only public classes and members
-protected
Show public and protected classes and members
-private
Show all classes and members
-s
Print internal type signatures
-verbose
Print stack size, number of locals and args for methods

AUTHOR

This manual page was written by Wolfgang Baer <WBaer@gmx.de>, for the Debian project (but may be used by others).