Uses of Interface
jconst.constPoolTags

Packages that use constPoolTags
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. 
 

Uses of constPoolTags in jconst
 

Classes in jconst that implement constPoolTags
 class constBase
           
 class constClass_or_String
           CONSTANT_Class_info { u1 tag; u2 name_index; } or CONSTANT_String_info { u1 tag u2 string_index }
 class constDouble
           
(package private)  class constFloat
           
 class constInt
           
 class constLong
           
(package private)  class constLongConvert
           
 class constName_and_Type_info
           
 class constPool
           
 class constRef
          The constRef object represents CONSTANT_FieldRef, CONSTANT_MethodRef and CONSTANT_InterfaceMethodRef.
 class constUtf8