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.
|
IMethodCreator |
ClassCreator.createMethod(int access,
String name,
AClass[] argTypes,
String[] argNames,
AClass returnClass,
AClass[] exceptions,
KernelMethodBody body)
Create a method
|
IMethodCreator |
ClassModifier.createMethodForDummy(int access,
String name,
AClass[] argTypes,
String[] argNames,
AClass returnClass,
AClass[] exceptions,
KernelMethodBody body)
|
IMethodCreator |
ClassCreator.createMethodForDummy(int access,
String name,
AClass[] argTypes,
String[] argNames,
AClass returnClass,
AClass[] exceptions,
KernelMethodBody body)
|
IMethodCreator |
ClassCreator.createStaticBlock(KernelStaticBlockBody block)
Create static block.
|
IMethodCreator |
ClassCreator.createStaticMethod(int access,
String name,
AClass[] argTypes,
String[] argNames,
AClass returnClass,
AClass[] exceptions,
KernelStaticMethodBody body)
Create a static method
|