javap:(1)

NAME

javap - Java class file disassembler

SYNOPSIS

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

DESCRIPTION

Provide information about the given classes.

-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

SEE ALSO

java(1), javac(1), javadoc(1), javah(1), jdb(1)
August 2002
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout