Searched refs:constParam (Results 1 - 4 of 4) sorted by relevance

/external/javassist/src/main/javassist/
H A DCtNewWrappedConstructor.java30 ConstParameter constParam,
39 parameterTypes, constParam);
26 wrapped(CtClass[] parameterTypes, CtClass[] exceptionTypes, int howToCallSuper, CtMethod body, ConstParameter constParam, CtClass declaring) argument
H A DCtMethod.java263 * @param constParam the constant parameter given to
269 public void setWrappedBody(CtMethod mbody, ConstParameter constParam) argument
289 constParam);
H A DCtNewMethod.java378 * <code>constParam</code>.
379 * If <code>constParam</code> is <code>null</code>, the signature
401 * <code>constParam</code>.
454 * @param constParam the constant parameter
463 CtMethod body, ConstParameter constParam,
468 exceptionTypes, body, constParam, declaring);
459 wrapped(CtClass returnType, String mname, CtClass[] parameterTypes, CtClass[] exceptionTypes, CtMethod body, ConstParameter constParam, CtClass declaring) argument
H A DCtNewWrappedMethod.java30 CtMethod body, ConstParameter constParam,
45 parameterTypes, returnType, constParam);
27 wrapped(CtClass returnType, String mname, CtClass[] parameterTypes, CtClass[] exceptionTypes, CtMethod body, ConstParameter constParam, CtClass declaring) argument

Completed in 275 milliseconds