Uses of Package
jconst

Packages that use jconst
attr The attr package contains the class hierarcy that is used to represent the Java Virtual Machine class file attributes. 
classfile This package contains Java code to read and display the contents of a Java Virtual Machine class file. 
jconst The jconst package contains the class hierarchy that represents the Java class file constants and other values stored in the class file constant pool. 
 

Classes in jconst used by attr
constBase
           
constClass_or_String
           CONSTANT_Class_info { u1 tag; u2 name_index; } or CONSTANT_String_info { u1 tag u2 string_index }
constPool
           
constUtf8
           
 

Classes in jconst used by classfile
constBase
           
constPool
           
constUtf8
           
 

Classes in jconst used by jconst
constBase
           
constClass_or_String
           CONSTANT_Class_info { u1 tag; u2 name_index; } or CONSTANT_String_info { u1 tag u2 string_index }
constLongConvert
           
constName_and_Type_info
           
constPoolTags
           
constUtf8