Uses of Class
com.strobel.reflection.emit.ConstantPool
-
Packages that use ConstantPool Package Description com.strobel.reflection.emit -
-
Uses of ConstantPool in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as ConstantPool Modifier and Type Field Description (package private) ConstantPool
TypeBuilder. constantPool
protected ConstantPool
ConstantPool.Entry. owner
Constructors in com.strobel.reflection.emit with parameters of type ConstantPool Constructor Description DoubleConstant(ConstantPool owner, double value)
Entry(ConstantPool owner)
FieldReference(ConstantPool owner, int typeIndex, int nameAndTypeDescriptorIndex)
FloatConstant(ConstantPool owner, float value)
IntegerConstant(ConstantPool owner, int value)
InterfaceMethodReference(ConstantPool owner, int typeIndex, int nameAndTypeDescriptorIndex)
InvokeDynamicInfo(ConstantPool owner, int bootstrapMethodAttributeIndex, int nameAndTypeDescriptorIndex)
LongConstant(ConstantPool owner, long value)
MethodHandle(ConstantPool owner, ConstantPool.ReferenceKind referenceKind, int referenceIndex)
MethodReference(ConstantPool owner, int typeIndex, int nameAndTypeDescriptorIndex)
MethodType(ConstantPool owner, int descriptorIndex)
NameAndTypeDescriptor(ConstantPool owner, int nameIndex, int typeDescriptorIndex)
ReferenceEntry(ConstantPool cp, ConstantPool.Tag tag, int typeInfoIndex, int nameAndTypeDescriptorIndex)
StringConstant(ConstantPool owner, int stringIndex)
TypeInfo(ConstantPool owner, int nameIndex)
Utf8StringConstant(ConstantPool owner, java.lang.String value)
-