| java.lang.Object org.apache.bcel.classfile.ProseSupport
ProseSupport | public class ProseSupport (Code) | | Circumvent package private access.
author: Johann Gyger |
Method Summary | |
public static ConstantPool | getConstantPool(byte[] code) Create new BCEL constant pool based on code . | public static Method | getMethod(byte[] code, ConstantPool cp) Create new BCEL method based on code . |
getConstantPool | public static ConstantPool getConstantPool(byte[] code)(Code) | | Create new BCEL constant pool based on code .
Parameters: code - constant pool bytecode New BCEL constant pool |
getMethod | public static Method getMethod(byte[] code, ConstantPool cp)(Code) | | Create new BCEL method based on code .
Parameters: code - method bytecode Parameters: cp - New BCEL method |
|
|