Package aQute.bnd.classfile
Class ConstantPool.FieldrefInfo
- java.lang.Object
-
- aQute.bnd.classfile.ConstantPool.AbstractRefInfo
-
- aQute.bnd.classfile.ConstantPool.FieldrefInfo
-
- All Implemented Interfaces:
ConstantPool.Info
- Enclosing class:
- ConstantPool
public static class ConstantPool.FieldrefInfo 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 FieldrefInfo(int class_index, int name_and_type_index)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static ConstantPool.FieldrefInfo
read(java.io.DataInput in)
int
tag()
java.lang.String
toString()
-
Methods inherited from class aQute.bnd.classfile.ConstantPool.AbstractRefInfo
read, write
-
-
-
-
Method Detail
-
read
static ConstantPool.FieldrefInfo read(java.io.DataInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
tag
public int tag()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-