public class ClassModel.ClassModelField
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
descriptorIndex |
private int |
fieldAccessFlags |
(package private) ClassModel.AttributePool |
fieldAttributePool |
private int |
index |
private int |
nameIndex |
Constructor and Description |
---|
ClassModelField(org.apache.bcel.classfile.Field f,
int _fieldAccessFlags,
int _nameIndex,
int _descriptorIndex,
int _index) |
Modifier and Type | Method and Description |
---|---|
int |
getAccessFlags() |
ClassModel.AttributePool |
getAttributePool() |
java.lang.Class<?> |
getDeclaringClass() |
java.lang.String |
getDescriptor() |
int |
getDescriptorIndex() |
ClassModel.ConstantPool.UTF8Entry |
getDescriptorUTF8Entry() |
int |
getIndex() |
java.lang.String |
getName() |
int |
getNameIndex() |
ClassModel.ConstantPool.UTF8Entry |
getNameUTF8Entry() |
private final int fieldAccessFlags
ClassModel.AttributePool fieldAttributePool
private final int descriptorIndex
private final int index
private final int nameIndex
public ClassModelField(org.apache.bcel.classfile.Field f, int _fieldAccessFlags, int _nameIndex, int _descriptorIndex, int _index)
public int getAccessFlags()
public ClassModel.AttributePool getAttributePool()
public java.lang.String getDescriptor()
public int getDescriptorIndex()
public ClassModel.ConstantPool.UTF8Entry getDescriptorUTF8Entry()
public int getIndex()
public java.lang.String getName()
public int getNameIndex()
public ClassModel.ConstantPool.UTF8Entry getNameUTF8Entry()
public java.lang.Class<?> getDeclaringClass()