Uses of Enum Class
com.strobel.reflection.emit.ConstantPool.ReferenceKind
Packages that use ConstantPool.ReferenceKind
-
Uses of ConstantPool.ReferenceKind in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as ConstantPool.ReferenceKindMethods in com.strobel.reflection.emit that return ConstantPool.ReferenceKindModifier and TypeMethodDescription(package private) static ConstantPool.ReferenceKind
ConstantPool.ReferenceKind.fromTag
(int tag) static ConstantPool.ReferenceKind
Returns the enum constant of this class with the specified name.static ConstantPool.ReferenceKind[]
ConstantPool.ReferenceKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.reflection.emit with parameters of type ConstantPool.ReferenceKindModifier and TypeMethodDescription(package private) ConstantPool.MethodHandle
ConstantPool.getMethodHandle
(ConstantPool.ReferenceKind referenceKind, int referenceIndex) void
ConstantPool.Key.set
(ConstantPool.Tag tag, int refIndex1, ConstantPool.ReferenceKind refKind) Constructors in com.strobel.reflection.emit with parameters of type ConstantPool.ReferenceKindModifierConstructorDescriptionMethodHandle
(ConstantPool owner, ConstantPool.ReferenceKind referenceKind, int referenceIndex)