public class ClassModel.ClassModelField
extends java.lang.Object
Constructor and Description |
---|
ClassModel.ClassModelField(ByteReader _byteReader,
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() |
public ClassModel.ClassModelField(ByteReader _byteReader, 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()