Package | Description |
---|---|
javassist.bytecode |
Bytecode-level API.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ClassFile.addField(FieldInfo finfo) |
Appends a field to the class.
|
void |
ClassFile.addMethod(MethodInfo minfo) |
Appends a method to the class.
|
Copyright © 2018 Shigeru Chiba, www.javassist.org. All Rights Reserved.