Searched defs:ConstParameter (Results 1 - 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/
H A DCtMethod.java267 * @see CtNewMethod#wrapped(CtClass,String,CtClass[],CtClass[],CtMethod,CtMethod.ConstParameter,CtClass)
269 public void setWrappedBody(CtMethod mbody, ConstParameter constParam)
304 * @see CtMethod#setWrappedBody(CtMethod,CtMethod.ConstParameter)
305 * @see CtNewMethod#wrapped(CtClass,String,CtClass[],CtClass[],CtMethod,CtMethod.ConstParameter,CtClass)
306 * @see CtNewConstructor#make(CtClass[],CtClass[],int,CtMethod,CtMethod.ConstParameter,CtClass)
308 public static class ConstParameter { class in class:CtMethod
314 public static ConstParameter integer(int i) {
323 public static ConstParameter integer(long i) {
332 public static ConstParameter string(String s) {
336 ConstParameter() {} method in class:CtMethod.ConstParameter
[all...]

Completed in 68 milliseconds