Package aQute.bnd.classfile
Class ConstantPool.MethodrefInfo
- java.lang.Object
-
- aQute.bnd.classfile.ConstantPool.AbstractRefInfo
-
- aQute.bnd.classfile.ConstantPool.MethodrefInfo
-
- All Implemented Interfaces:
ConstantPool.Info
- Enclosing class:
- ConstantPool
public static class ConstantPool.MethodrefInfo extends ConstantPool.AbstractRefInfo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class aQute.bnd.classfile.ConstantPool.AbstractRefInfo
ConstantPool.AbstractRefInfo.Constructor<R extends ConstantPool.AbstractRefInfo>
-
-
Field Summary
-
Fields inherited from class aQute.bnd.classfile.ConstantPool.AbstractRefInfo
class_index, name_and_type_index
-
-
Constructor Summary
Constructors Constructor Description MethodrefInfo(int class_index, int name_and_type_index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
tag()
java.lang.String
toString()
-
Methods inherited from class aQute.bnd.classfile.ConstantPool.AbstractRefInfo
write
-
-