Package | Description |
---|---|
javassist.bytecode |
Bytecode-level API.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassFile.addField(FieldInfo finfo)
Appends a field to the class.
|
void |
ClassFile.addMethod(MethodInfo minfo)
Appends a method to the class.
|
private void |
ClassFile.testExistingField(java.lang.String name,
java.lang.String descriptor) |
private void |
ClassFile.testExistingMethod(MethodInfo newMinfo) |