public class ClassModel.ClassModelField extends Object
Constructor and Description |
---|
ClassModelField(ByteReader _byteReader,
int _index) |
Modifier and Type | Method and Description |
---|---|
int |
getAccessFlags() |
ClassModel.AttributePool |
getAttributePool() |
Class<?> |
getDeclaringClass() |
String |
getDescriptor() |
int |
getDescriptorIndex() |
ClassModel.ConstantPool.UTF8Entry |
getDescriptorUTF8Entry() |
int |
getIndex() |
String |
getName() |
int |
getNameIndex() |
ClassModel.ConstantPool.UTF8Entry |
getNameUTF8Entry() |
public ClassModelField(ByteReader _byteReader, int _index)
public int getAccessFlags()
public ClassModel.AttributePool getAttributePool()
public String getDescriptor()
public int getDescriptorIndex()
public ClassModel.ConstantPool.UTF8Entry getDescriptorUTF8Entry()
public int getIndex()
public String getName()
public int getNameIndex()
public ClassModel.ConstantPool.UTF8Entry getNameUTF8Entry()
public Class<?> getDeclaringClass()
Copyright © 2016 Syncleus. All rights reserved.