class CtNewWrappedConstructor extends CtNewWrappedMethod
Modifier and Type | Field and Description |
---|---|
private static int |
PASS_NONE |
private static int |
PASS_PARAMS |
Constructor and Description |
---|
CtNewWrappedConstructor() |
Modifier and Type | Method and Description |
---|---|
protected static Bytecode |
makeBody(CtClass declaring,
ClassFile classfile,
int howToCallSuper,
CtMethod wrappedBody,
CtClass[] parameters,
CtMethod.ConstParameter cparam) |
static CtConstructor |
wrapped(CtClass[] parameterTypes,
CtClass[] exceptionTypes,
int howToCallSuper,
CtMethod body,
CtMethod.ConstParameter constParam,
CtClass declaring) |
compileParameterList, makeBody, makeBody0, wrapped
private static final int PASS_NONE
private static final int PASS_PARAMS
public static CtConstructor wrapped(CtClass[] parameterTypes, CtClass[] exceptionTypes, int howToCallSuper, CtMethod body, CtMethod.ConstParameter constParam, CtClass declaring) throws CannotCompileException
CannotCompileException
protected static Bytecode makeBody(CtClass declaring, ClassFile classfile, int howToCallSuper, CtMethod wrappedBody, CtClass[] parameters, CtMethod.ConstParameter cparam) throws CannotCompileException
CannotCompileException