Package javassist
Class CtNewWrappedConstructor
- java.lang.Object
-
- javassist.CtNewWrappedMethod
-
- javassist.CtNewWrappedConstructor
-
class CtNewWrappedConstructor extends CtNewWrappedMethod
-
-
Field Summary
Fields Modifier and Type Field Description private static int
PASS_NONE
private static int
PASS_PARAMS
-
Constructor Summary
Constructors Constructor Description CtNewWrappedConstructor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class javassist.CtNewWrappedMethod
compileParameterList, makeBody, makeBody0, wrapped
-
-
-
-
Field Detail
-
PASS_NONE
private static final int PASS_NONE
- See Also:
- Constant Field Values
-
PASS_PARAMS
private static final int PASS_PARAMS
- See Also:
- Constant Field Values
-
-
Method Detail
-
wrapped
public static CtConstructor wrapped(CtClass[] parameterTypes, CtClass[] exceptionTypes, int howToCallSuper, CtMethod body, CtMethod.ConstParameter constParam, CtClass declaring) throws CannotCompileException
- Throws:
CannotCompileException
-
makeBody
protected static Bytecode makeBody(CtClass declaring, ClassFile classfile, int howToCallSuper, CtMethod wrappedBody, CtClass[] parameters, CtMethod.ConstParameter cparam) throws CannotCompileException
- Throws:
CannotCompileException
-
-