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
-
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
ConstructorsConstructorDescriptionMethodReference
(ConstantPool owner, int typeIndex, int nameAndTypeDescriptorIndex) -
Method Summary
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 Details
-
MethodReference
-
-
Method Details
-
accept
- Specified by:
accept
in classConstantPool.Entry
-