Javap

GPTKB entity

Statements (34)
Predicate Object
gptkbp:instance_of gptkb:Library
gptkbp:bfsLayer 3
gptkbp:bfsParent gptkb:software
gptkbp:analyzes compiled Java programs
gptkbp:can_be inner classes
bytecode instructions
source file names
gptkbp:can_be_used_with gptkb:Java_bytecode
gptkbp:can_create bytecode analysis
gptkbp:first_appearance field information
https://www.w3.org/2000/01/rdf-schema#label Javap
gptkbp:input_output disassembled code
gptkbp:introduced gptkb:Java_1.0
gptkbp:is javap [options] <class file>
gptkbp:is_available_in JDK distributions
gptkbp:is_part_of gptkb:Java_Enhancement_Proposal
gptkbp:is_similar_to javap -c
gptkbp:is_used_by gptkb:software
gptkbp:is_used_for debugging
disassembling Java class files
gptkbp:monitors annotations
access modifiers
method signatures
constant pool information
class file structure
line numbers
exception tables
local variable tables
gptkbp:part_of gptkb:software
gptkbp:passes_through any operating system with JDK
gptkbp:provides human-readable output of class files
gptkbp:supports multiple command-line options
gptkbp:user_interface gptkb:theorem
gptkbp:written_in gptkb:Java