Uses of Class
com.strobel.reflection.emit.ConstantPool.ReferenceKind
-
Packages that use ConstantPool.ReferenceKind Package Description com.strobel.reflection.emit -
-
Uses of ConstantPool.ReferenceKind in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as ConstantPool.ReferenceKind Modifier and Type Field Description ConstantPool.ReferenceKindConstantPool.MethodHandle. referenceKindMethods in com.strobel.reflection.emit that return ConstantPool.ReferenceKind Modifier and Type Method Description (package private) static ConstantPool.ReferenceKindConstantPool.ReferenceKind. fromTag(int tag)static ConstantPool.ReferenceKindConstantPool.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.reflection.emit with parameters of type ConstantPool.ReferenceKind Modifier and Type Method Description (package private) ConstantPool.MethodHandleConstantPool. getMethodHandle(ConstantPool.ReferenceKind referenceKind, int referenceIndex)voidConstantPool.Key. set(ConstantPool.Tag tag, int refIndex1, ConstantPool.ReferenceKind refKind)Constructors in com.strobel.reflection.emit with parameters of type ConstantPool.ReferenceKind Constructor Description MethodHandle(ConstantPool owner, ConstantPool.ReferenceKind referenceKind, int referenceIndex)
-