Package javassist
Class CtNewWrappedConstructor
java.lang.Object
javassist.CtNewWrappedMethod
javassist.CtNewWrappedConstructor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
PASS_NONE
private static final int PASS_NONE- See Also:
-
PASS_PARAMS
private static final int PASS_PARAMS- See Also:
-
-
Constructor Details
-
CtNewWrappedConstructor
CtNewWrappedConstructor()
-
-
Method Details
-
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
-