|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FieldInfo | |
|---|---|
| javassist | The Javassist Core API. |
| javassist.bytecode | Bytecode-level API. |
| Uses of FieldInfo in javassist |
|---|
| Methods in javassist that return FieldInfo | |
|---|---|
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). |
| Uses of FieldInfo in javassist.bytecode |
|---|
| Methods in javassist.bytecode with parameters of type FieldInfo | |
|---|---|
void |
ClassFile.addField(FieldInfo finfo)
Appends a field to the class. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||