Uses of Enum Class
com.strobel.assembler.ir.ConstantPool.ReferenceKind
Packages that use ConstantPool.ReferenceKind
-
Uses of ConstantPool.ReferenceKind in com.strobel.assembler.ir
Subclasses with type arguments of type ConstantPool.ReferenceKind in com.strobel.assembler.irFields in com.strobel.assembler.ir declared as ConstantPool.ReferenceKindMethods in com.strobel.assembler.ir that return ConstantPool.ReferenceKindModifier and TypeMethodDescription(package private) static ConstantPool.ReferenceKindConstantPool.ReferenceKind.fromTag(int tag) static ConstantPool.ReferenceKindReturns 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.assembler.ir with parameters of type ConstantPool.ReferenceKindModifier and TypeMethodDescription(package private) ConstantPool.MethodHandleEntryConstantPool.getMethodHandle(ConstantPool.ReferenceKind referenceKind, int referenceIndex) voidConstantPool.Key.set(ConstantPool.Tag tag, int refIndex1, ConstantPool.ReferenceKind refKind) Constructors in com.strobel.assembler.ir with parameters of type ConstantPool.ReferenceKindModifierConstructorDescriptionMethodHandleEntry(ConstantPool owner, ConstantPool.ReferenceKind referenceKind, int referenceIndex)