Package 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.

See:
          Description

Interface Summary
constPoolTags  
 

Class Summary
constBase  
constClass_or_String CONSTANT_Class_info { u1 tag; u2 name_index; } or CONSTANT_String_info { u1 tag u2 string_index }
constDouble  
constFloat  
constInt  
constLong  
constLongConvert  
constName_and_Type_info  
constPool  
constRef The constRef object represents CONSTANT_FieldRef, CONSTANT_MethodRef and CONSTANT_InterfaceMethodRef.
constUtf8  
 

Package jconst Description

The jconst package contains the class hierarchy that represents the Java class file constants and other values stored in the class file constant pool. The package also include the constPool object which represents the constant pool.

This package is part of the javad program which disassembles Java class files.

This software was written by Ian Kaplan and is copyrighted by Ian Kaplan, Bear Products International.

Although this software is published in source form, it is not open source software. See the copyright.