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 ConstantPool.ReferenceEntry
nameAndTypeDescriptorIndex, tag, typeInfoIndexFields inherited from class ConstantPool.Entry
index, owner -
Constructor Summary
ConstructorsConstructorDescriptionMethodReference(ConstantPool owner, int typeIndex, int nameAndTypeDescriptorIndex) -
Method Summary
Methods inherited from class ConstantPool.ReferenceEntry
byteLength, getClassInfo, getClassName, getNameAndTypeInfo, getTag, toStringMethods inherited from class ConstantPool.Entry
size
-
Constructor Details
-
MethodReference
-
-
Method Details
-
accept
- Specified by:
acceptin classConstantPool.Entry
-