Package aQute.bnd.classfile
Class ConstantPool.MethodTypeInfo
java.lang.Object
aQute.bnd.classfile.ConstantPool.MethodTypeInfo
- All Implemented Interfaces:
ConstantPool.Info
- Enclosing class:
- ConstantPool
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ConstantPool.MethodTypeInfo
int
tag()
toString()
void
write
(DataOutput out)
-
Field Details
-
descriptor_index
public final int descriptor_index
-
-
Constructor Details
-
MethodTypeInfo
public MethodTypeInfo(int descriptor_index)
-
-
Method Details
-
read
- Throws:
IOException
-
tag
public int tag()- Specified by:
tag
in interfaceConstantPool.Info
-
write
- Specified by:
write
in interfaceConstantPool.Info
- Throws:
IOException
-
toString
-