Package | Description |
---|---|
javassist |
The Javassist Core API.
|
javassist.bytecode |
Bytecode-level API.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
void |
ClassFile.addField(FieldInfo finfo) |
Appends a field to the class.
|
void |
ClassFile.addField2(FieldInfo finfo) |
Just appends a field to the class.
|
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.