| Package | Description | 
|---|---|
| javassist | The Javassist Core API. | 
| javassist.bytecode | Bytecode-level API. | 
| javassist.compiler | 
| 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 | 
|---|---|
| void | ClassFile. addField(FieldInfo finfo)Appends a field to the class. | 
| void | ClassFile. addField2(FieldInfo finfo)Just appends a field to the class. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodInfo | AccessorMaker. getFieldGetter(FieldInfo finfo,
              boolean is_static)Returns the method_info representing the added getter. | 
| MethodInfo | AccessorMaker. getFieldSetter(FieldInfo finfo,
              boolean is_static)Returns the method_info representing the added setter. | 
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.