Uses of Class
jconst.constBase

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

Uses of constBase in attr
 

Fields in attr declared as constBase
(package private)  constBase constValueAttr.constValue
           
 

Methods in attr that return constBase
 constBase constValueAttr.getConstVal()
           
 

Uses of constBase in classfile
 

Fields in classfile declared as constBase
private  constBase classDeclSec.thisClass
           
private  constBase classDeclSec.superClass
           
private  constBase[] classDeclSec.interfaces
           
 

Uses of constBase in jconst
 

Subclasses of constBase in jconst
 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 constRef
          The constRef object represents CONSTANT_FieldRef, CONSTANT_MethodRef and CONSTANT_InterfaceMethodRef.
 class constUtf8
           
 

Fields in jconst declared as constBase
private  constBase[] constPool.constPool
           
 

Methods in jconst that return constBase
 constBase constPool.constPoolElem(int ix)
           
private  constBase constPool.allocConstEntry(int tag)
           
 

Methods in jconst with parameters of type constBase
 void constBase.set_ref(constBase[] objAry)
           
 void constClass_or_String.set_ref(constBase[] objAry)
           
 void constRef.set_ref(constBase[] objAry)
           
 void constName_and_Type_info.set_ref(constBase[] objAry)