| 程序包 | 说明 |
|---|---|
| cn.wensiqun.asmsupport.core.creator.clazz |
| 限定符和类型 | 方法和说明 |
|---|---|
IMethodCreator |
ClassModifier.createConstructor(int access,
AClass[] argTypes,
String[] argNames,
AClass[] exceptions,
KernelConstructorBody body)
Create a constructor.
|
IMethodCreator |
ClassCreator.createConstructor(int access,
AClass[] argTypes,
String[] argNames,
AClass[] exceptions,
KernelConstructorBody body)
create constructor.
|
Copyright © 2015. All rights reserved.