Package aQute.bnd.classfile
Class ConstantPool.AbstractDynamicInfo
- java.lang.Object
-
- aQute.bnd.classfile.ConstantPool.AbstractDynamicInfo
-
- All Implemented Interfaces:
ConstantPool.Info
- Direct Known Subclasses:
ConstantPool.DynamicInfo
,ConstantPool.InvokeDynamicInfo
- Enclosing class:
- ConstantPool
public abstract static class ConstantPool.AbstractDynamicInfo extends java.lang.Object implements ConstantPool.Info
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ConstantPool.AbstractDynamicInfo.Constructor<D extends ConstantPool.AbstractDynamicInfo>
-
Field Summary
Fields Modifier and Type Field Description int
bootstrap_method_attr_index
int
name_and_type_index
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractDynamicInfo(int bootstrap_method_attr_index, int name_and_type_index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(java.io.DataOutput out)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface aQute.bnd.classfile.ConstantPool.Info
tag
-
-
-
-
Method Detail
-
write
public void write(java.io.DataOutput out) throws java.io.IOException
- Specified by:
write
in interfaceConstantPool.Info
- Throws:
java.io.IOException
-
-