Uses of Class
org.cojen.classfile.ConstantInfo

Packages that use ConstantInfo
org.cojen.classfile   
org.cojen.classfile.attribute   
org.cojen.classfile.constant   
 

Uses of ConstantInfo in org.cojen.classfile
 

Methods in org.cojen.classfile that return ConstantInfo
 ConstantInfo ConstantPool.addConstant(ConstantInfo constant)
          Will only insert into the pool if the constant is not already in the pool.
 ConstantInfo ConstantPool.getConstant(int index)
          Returns a constant from the pool by index, or null if not found.
 ConstantInfo FieldInfo.getConstantValue()
          Returns the constant value for this field or null if no constant set.
 

Methods in org.cojen.classfile with parameters of type ConstantInfo
 ConstantInfo ConstantPool.addConstant(ConstantInfo constant)
          Will only insert into the pool if the constant is not already in the pool.
 

Uses of ConstantInfo in org.cojen.classfile.attribute
 

Methods in org.cojen.classfile.attribute that return ConstantInfo
 ConstantInfo ConstantValueAttr.getConstant()
           
 

Constructors in org.cojen.classfile.attribute with parameters of type ConstantInfo
ConstantValueAttr(ConstantPool cp, ConstantInfo constant)
           
ConstantValueAttr(ConstantPool cp, String name, ConstantInfo constant)
           
 

Uses of ConstantInfo in org.cojen.classfile.constant
 

Subclasses of ConstantInfo in org.cojen.classfile.constant
 class ConstantClassInfo
          This class corresponds to the CONSTANT_Class_info structure as defined in section 4.4.1 of The Java Virtual Machine Specification.
 class ConstantDoubleInfo
          This class corresponds to the CONSTANT_Double_info structure as defined in section 4.4.5 of The Java Virtual Machine Specification.
 class ConstantFieldInfo
          This class corresponds to the CONSTANT_Fieldref_info structure as defined in section 4.4.2 of The Java Virtual Machine Specification.
 class ConstantFloatInfo
          This class corresponds to the CONSTANT_Float_info structure as defined in section 4.4.4 of The Java Virtual Machine Specification.
 class ConstantIntegerInfo
          This class corresponds to the CONSTANT_Integer_info structure as defined in section 4.4.4 of The Java Virtual Machine Specification.
 class ConstantInterfaceMethodInfo
          This class corresponds to the CONSTANT_InterfaceMethodRef_info structure as defined in section 4.4.2 of The Java Virtual Machine Specification.
 class ConstantLongInfo
          This class corresponds to the CONSTANT_Long_info structure as defined in section 4.4.5 of The Java Virtual Machine Specification.
 class ConstantMethodInfo
          This class corresponds to the CONSTANT_Methodref_info structure as defined in section 4.4.2 of The Java Virtual Machine Specification.
 class ConstantNameAndTypeInfo
          This class corresponds to the CONSTANT_NameAndType_info structure as defined in section 4.4.6 of The Java Virtual Machine Specification.
 class ConstantStringInfo
          This class corresponds to the CONSTANT_String_info structure as defined in section 4.4.3 of The Java Virtual Machine Specification.
 class ConstantUTFInfo
          This class corresponds to the CONSTANT_Utf8_info structure as defined in section 4.4.7 of The Java Virtual Machine Specification.
 



Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.