Package aQute.bnd.classfile
Class ConstantPool.DynamicInfo
- java.lang.Object
-
- aQute.bnd.classfile.ConstantPool.AbstractDynamicInfo
-
- aQute.bnd.classfile.ConstantPool.DynamicInfo
-
- All Implemented Interfaces:
ConstantPool.Info
- Enclosing class:
- ConstantPool
public static class ConstantPool.DynamicInfo extends ConstantPool.AbstractDynamicInfo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class aQute.bnd.classfile.ConstantPool.AbstractDynamicInfo
ConstantPool.AbstractDynamicInfo.Constructor<D extends ConstantPool.AbstractDynamicInfo>
-
-
Field Summary
-
Fields inherited from class aQute.bnd.classfile.ConstantPool.AbstractDynamicInfo
bootstrap_method_attr_index, name_and_type_index
-
-
Constructor Summary
Constructors Constructor Description DynamicInfo(int bootstrap_method_attr_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.AbstractDynamicInfo
write
-
-