Package aQute.bnd.classfile
Class ConstantPool.AbstractRefInfo
- java.lang.Object
-
- aQute.bnd.classfile.ConstantPool.AbstractRefInfo
-
- All Implemented Interfaces:
ConstantPool.Info
- Direct Known Subclasses:
ConstantPool.FieldrefInfo
,ConstantPool.InterfaceMethodrefInfo
,ConstantPool.MethodrefInfo
- Enclosing class:
- ConstantPool
public abstract static class ConstantPool.AbstractRefInfo extends java.lang.Object implements ConstantPool.Info
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ConstantPool.AbstractRefInfo.Constructor<R extends ConstantPool.AbstractRefInfo>
-
Field Summary
Fields Modifier and Type Field Description int
class_index
int
name_and_type_index
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractRefInfo(int class_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
-
-