HomeSort by relevance Sort by last modified time
    Searched full:wrappedbody (Results 1 - 2 of 2) sorted by null

  /external/javassist/src/main/javassist/
CtNewWrappedMethod.java 51 CtMethod wrappedBody,
57 boolean isStatic = Modifier.isStatic(wrappedBody.getModifiers());
59 int stacksize = makeBody0(clazz, classfile, wrappedBody, isStatic,
70 CtMethod wrappedBody,
96 checkSignature(wrappedBody, desc);
101 wrappedBody);
123 private static void checkSignature(CtMethod wrappedBody,
127 if (!descriptor.equals(wrappedBody.getMethodInfo2().getDescriptor()))
130 + wrappedBody.getDeclaringClass().getName()
131 + '.' + wrappedBody.getName())
    [all...]
CtNewWrappedConstructor.java 50 CtMethod wrappedBody,
88 if (wrappedBody == null)
91 stacksize2 = makeBody0(declaring, classfile, wrappedBody,

Completed in 136 milliseconds