Uses of Class
com.strobel.assembler.ir.ConstantPool.ReferenceKind
-
Packages that use ConstantPool.ReferenceKind Package Description com.strobel.assembler.ir -
-
Uses of ConstantPool.ReferenceKind in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as ConstantPool.ReferenceKind Modifier and Type Field Description ConstantPool.ReferenceKind
ConstantPool.MethodHandleEntry. referenceKind
Methods in com.strobel.assembler.ir that return ConstantPool.ReferenceKind Modifier and Type Method Description (package private) static ConstantPool.ReferenceKind
ConstantPool.ReferenceKind. fromTag(int tag)
static ConstantPool.ReferenceKind
ConstantPool.ReferenceKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConstantPool.ReferenceKind[]
ConstantPool.ReferenceKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.strobel.assembler.ir with parameters of type ConstantPool.ReferenceKind Modifier and Type Method Description (package private) ConstantPool.MethodHandleEntry
ConstantPool. getMethodHandle(ConstantPool.ReferenceKind referenceKind, int referenceIndex)
void
ConstantPool.Key. set(ConstantPool.Tag tag, int refIndex1, ConstantPool.ReferenceKind refKind)
Constructors in com.strobel.assembler.ir with parameters of type ConstantPool.ReferenceKind Constructor Description MethodHandleEntry(ConstantPool owner, ConstantPool.ReferenceKind referenceKind, int referenceIndex)
-