Package com.strobel.reflection.emit
Class ConstantPool.MethodReference
- java.lang.Object
-
- com.strobel.reflection.emit.ConstantPool.Entry
-
- com.strobel.reflection.emit.ConstantPool.ReferenceEntry
-
- com.strobel.reflection.emit.ConstantPool.MethodReference
-
- Enclosing class:
- ConstantPool
public static final class ConstantPool.MethodReference extends ConstantPool.ReferenceEntry
-
-
Field Summary
-
Fields inherited from class com.strobel.reflection.emit.ConstantPool.ReferenceEntry
nameAndTypeDescriptorIndex, tag, typeInfoIndex
-
Fields inherited from class com.strobel.reflection.emit.ConstantPool.Entry
index, owner
-
-
Constructor Summary
Constructors Constructor Description MethodReference(ConstantPool owner, int typeIndex, int nameAndTypeDescriptorIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,D>
Raccept(ConstantPool.Visitor<R,D> visitor, D data)
-
Methods inherited from class com.strobel.reflection.emit.ConstantPool.ReferenceEntry
byteLength, getClassInfo, getClassName, getNameAndTypeInfo, getTag, toString
-
Methods inherited from class com.strobel.reflection.emit.ConstantPool.Entry
size
-
-
-
-
Constructor Detail
-
MethodReference
public MethodReference(ConstantPool owner, int typeIndex, int nameAndTypeDescriptorIndex)
-
-
Method Detail
-
accept
public <R,D> R accept(ConstantPool.Visitor<R,D> visitor, D data)
- Specified by:
accept
in classConstantPool.Entry
-
-