Package com.strobel.assembler.ir
Class ConstantPool.MethodHandleEntry
- java.lang.Object
-
- com.strobel.assembler.ir.ConstantPool.Entry
-
- com.strobel.assembler.ir.ConstantPool.MethodHandleEntry
-
- Enclosing class:
- ConstantPool
public static class ConstantPool.MethodHandleEntry extends ConstantPool.Entry
-
-
Field Summary
Fields Modifier and Type Field Description int
referenceIndex
ConstantPool.ReferenceKind
referenceKind
-
Fields inherited from class com.strobel.assembler.ir.ConstantPool.Entry
index, owner
-
-
Constructor Summary
Constructors Constructor Description MethodHandleEntry(ConstantPool owner, ConstantPool.ReferenceKind referenceKind, int referenceIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ConstantPool.Visitor visitor)
int
byteLength()
(package private) void
fixupKey(ConstantPool.Key key)
ConstantPool.ReferenceEntry
getReference()
ConstantPool.Tag
getTag()
-
Methods inherited from class com.strobel.assembler.ir.ConstantPool.Entry
size
-
-
-
-
Field Detail
-
referenceKind
public final ConstantPool.ReferenceKind referenceKind
-
referenceIndex
public final int referenceIndex
-
-
Constructor Detail
-
MethodHandleEntry
public MethodHandleEntry(ConstantPool owner, ConstantPool.ReferenceKind referenceKind, int referenceIndex)
-
-
Method Detail
-
getReference
public ConstantPool.ReferenceEntry getReference()
-
fixupKey
void fixupKey(ConstantPool.Key key)
- Specified by:
fixupKey
in classConstantPool.Entry
-
getTag
public ConstantPool.Tag getTag()
- Specified by:
getTag
in classConstantPool.Entry
-
byteLength
public int byteLength()
- Specified by:
byteLength
in classConstantPool.Entry
-
accept
public void accept(ConstantPool.Visitor visitor)
- Specified by:
accept
in classConstantPool.Entry
-
-