| Package | Description |
|---|---|
| xapi.bytecode |
| Modifier and Type | Field and Description |
|---|---|
protected FieldInfo |
CtField.fieldInfo |
| Modifier and Type | Method and Description |
|---|---|
FieldInfo |
CtField.getFieldInfo()
Returns the FieldInfo representing the field in the class file.
|
FieldInfo |
CtField.getFieldInfo2()
Returns the FieldInfo representing the field in the class
file (read only).
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldInfo> |
ClassFile.getFields()
Returns all the fields declared in the class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassFile.addField(FieldInfo finfo)
Appends a field to the class.
|
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.