public class field_info
extends java.lang.Object
ClassFile| Modifier and Type | Field and Description |
|---|---|
int |
access_flags
Access flags for this field.
|
soot.coffi.attribute_info[] |
attributes
Array of attribute_info objects for this field.
|
int |
attributes_count
Count of attributes this field contains.
|
int |
descriptor_index
Constant pool index of the type descriptor of this field.
|
int |
name_index
Constant pool index of the name of this field.
|
| Constructor and Description |
|---|
field_info() |
| Modifier and Type | Method and Description |
|---|---|
soot.coffi.ConstantValue_attribute |
findConstantValue_attribute()
Locates a constant value attribute if one exists.
|
java.lang.String |
prototype(soot.coffi.cp_info[] constant_pool)
Returns the prototype of this field.
|
java.lang.String |
toName(soot.coffi.cp_info[] constant_pool)
Returns the name of this field.
|
public int access_flags
public int name_index
ClassFile.constant_pool,
CONSTANT_Utf8_infopublic int descriptor_index
ClassFile.constant_pool,
CONSTANT_Utf8_infopublic int attributes_count
public soot.coffi.attribute_info[] attributes
attribute_infopublic java.lang.String toName(soot.coffi.cp_info[] constant_pool)
constant_pool - the constant_pool for this class.public java.lang.String prototype(soot.coffi.cp_info[] constant_pool)
constant_pool - the constant_pool for this class.public soot.coffi.ConstantValue_attribute findConstantValue_attribute()
ConstantValue_attribute