cn.wensiqun.asmsupport.creator
类 CommonCreatorContext
java.lang.Object
cn.wensiqun.asmsupport.creator.CommonCreatorContext
public class CommonCreatorContext
- extends Object
|
方法摘要 |
void |
createMethod(String name,
AClass[] argClasses,
String[] argNames,
AClass returnClass,
Class<?>[] exceptions,
int access,
CommonMethodBody mb)
|
void |
createStaticMethod(String name,
AClass[] argClasses,
String[] argNames,
AClass returnClass,
Class<?>[] exceptions,
int access,
StaticMethodBody mb)
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonCreatorContext
public CommonCreatorContext()
createMethod
public final void createMethod(String name,
AClass[] argClasses,
String[] argNames,
AClass returnClass,
Class<?>[] exceptions,
int access,
CommonMethodBody mb)
- 参数:
name - arguments - argNames - returnClass - exceptions - access - mb -
createStaticMethod
public void createStaticMethod(String name,
AClass[] argClasses,
String[] argNames,
AClass returnClass,
Class<?>[] exceptions,
int access,
StaticMethodBody mb)
- 参数:
name - argClasses - argNames - returnClass - exceptions - access - mb -
Copyright © 2013. All Rights Reserved.