|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldInfo | |
---|---|
javassist | The Javassist Core API. |
javassist.bytecode | Bytecode-level API. |
javassist.compiler |
Uses of FieldInfo in javassist |
---|
Fields in javassist declared as FieldInfo | |
---|---|
protected FieldInfo |
CtField.fieldInfo
|
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. |
Uses of FieldInfo in javassist.compiler |
---|
Methods in javassist.compiler with parameters of type FieldInfo | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |