Uses of Class
org.cojen.classfile.ConstantPool

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

Uses of ConstantPool in org.cojen.classfile
 

Methods in org.cojen.classfile that return ConstantPool
 ConstantPool Attribute.getConstantPool()
          Returns the ConstantPool that this attribute is defined against.
 ConstantPool ClassFile.getConstantPool()
          Provides access to the ClassFile's ContantPool.
static ConstantPool ConstantPool.readFrom(DataInput din)
           
 

Methods in org.cojen.classfile with parameters of type ConstantPool
 Attribute AttributeFactory.createAttribute(ConstantPool cp, String name, int length, DataInput din)
          Create an attribute, using the provided name to determine which type.
static ExceptionHandler ExceptionHandler.readFrom(ConstantPool cp, DataInput din)
           
static Attribute Attribute.readFrom(ConstantPool cp, DataInput din, AttributeFactory attrFactory)
           
 

Constructors in org.cojen.classfile with parameters of type ConstantPool
Attribute(ConstantPool cp, String name)
           
 

Uses of ConstantPool in org.cojen.classfile.attribute
 

Constructors in org.cojen.classfile.attribute with parameters of type ConstantPool
Annotation.EnumConstValue(ConstantPool cp, DataInput din)
           
Annotation.MemberValue(ConstantPool cp, DataInput din)
           
Annotation(ConstantPool cp)
           
Annotation(ConstantPool cp, DataInput din)
           
AnnotationsAttr(ConstantPool cp, String name)
           
AnnotationsAttr(ConstantPool cp, String name, int length, DataInput din)
           
CodeAttr(ConstantPool cp)
           
CodeAttr(ConstantPool cp, String name)
           
CodeAttr(ConstantPool cp, String name, int length, DataInput din, AttributeFactory attrFactory)
           
ConstantValueAttr(ConstantPool cp, ConstantInfo constant)
           
ConstantValueAttr(ConstantPool cp, String name, ConstantInfo constant)
           
ConstantValueAttr(ConstantPool cp, String name, int length, DataInput din)
           
DeprecatedAttr(ConstantPool cp)
           
DeprecatedAttr(ConstantPool cp, String name)
           
DeprecatedAttr(ConstantPool cp, String name, int length, DataInput din)
           
EnclosingMethodAttr(ConstantPool cp, ConstantClassInfo enclosingClass, ConstantNameAndTypeInfo enclosingMethod)
           
EnclosingMethodAttr(ConstantPool cp, String name, ConstantClassInfo enclosingClass, ConstantNameAndTypeInfo enclosingMethod)
           
EnclosingMethodAttr(ConstantPool cp, String name, int length, DataInput din)
           
ExceptionsAttr(ConstantPool cp)
           
ExceptionsAttr(ConstantPool cp, String name)
           
ExceptionsAttr(ConstantPool cp, String name, int length, DataInput din)
           
InnerClassesAttr(ConstantPool cp)
           
InnerClassesAttr(ConstantPool cp, String name)
           
InnerClassesAttr(ConstantPool cp, String name, int length, DataInput din)
           
LineNumberTableAttr(ConstantPool cp)
           
LineNumberTableAttr(ConstantPool cp, String name)
           
LineNumberTableAttr(ConstantPool cp, String name, int length, DataInput din)
           
LocalVariableTableAttr(ConstantPool cp)
           
LocalVariableTableAttr(ConstantPool cp, String name)
           
LocalVariableTableAttr(ConstantPool cp, String name, int length, DataInput din)
           
ParameterAnnotationsAttr(ConstantPool cp, String name)
           
ParameterAnnotationsAttr(ConstantPool cp, String name, int length, DataInput din)
           
RuntimeInvisibleAnnotationsAttr(ConstantPool cp)
           
RuntimeInvisibleAnnotationsAttr(ConstantPool cp, String name)
           
RuntimeInvisibleAnnotationsAttr(ConstantPool cp, String name, int length, DataInput din)
           
RuntimeInvisibleParameterAnnotationsAttr(ConstantPool cp)
           
RuntimeInvisibleParameterAnnotationsAttr(ConstantPool cp, String name)
           
RuntimeInvisibleParameterAnnotationsAttr(ConstantPool cp, String name, int length, DataInput din)
           
RuntimeVisibleAnnotationsAttr(ConstantPool cp)
           
RuntimeVisibleAnnotationsAttr(ConstantPool cp, String name)
           
RuntimeVisibleAnnotationsAttr(ConstantPool cp, String name, int length, DataInput din)
           
RuntimeVisibleParameterAnnotationsAttr(ConstantPool cp)
           
RuntimeVisibleParameterAnnotationsAttr(ConstantPool cp, String name)
           
RuntimeVisibleParameterAnnotationsAttr(ConstantPool cp, String name, int length, DataInput din)
           
SignatureAttr(ConstantPool cp, ConstantUTFInfo signature)
           
SignatureAttr(ConstantPool cp, String name, ConstantUTFInfo signature)
           
SignatureAttr(ConstantPool cp, String name, int length, DataInput din)
           
SourceFileAttr(ConstantPool cp, String fileName)
           
SourceFileAttr(ConstantPool cp, String name, int length, DataInput din)
           
SourceFileAttr(ConstantPool cp, String name, String fileName)
           
SyntheticAttr(ConstantPool cp)
           
SyntheticAttr(ConstantPool cp, String name)
           
SyntheticAttr(ConstantPool cp, String name, int length, DataInput din)
           
UnknownAttr(ConstantPool cp, String name, byte[] data)
           
UnknownAttr(ConstantPool cp, String name, int length, DataInput din)
           
 

Uses of ConstantPool in org.cojen.classfile.constant
 

Constructors in org.cojen.classfile.constant with parameters of type ConstantPool
ConstantClassInfo(ConstantPool cp, String className)
           
ConstantClassInfo(ConstantPool cp, String className, int dim)
          Used to describe an array class.
ConstantClassInfo(ConstantPool cp, TypeDesc type)
           
ConstantNameAndTypeInfo(ConstantPool cp, String name, Descriptor type)
           
ConstantStringInfo(ConstantPool cp, String str)
           
 



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