Home
last modified time | relevance | path

Searched refs:wrappedBody (Results 1 – 2 of 2) sorted by relevance

/external/javassist/src/main/javassist/
DCtNewWrappedMethod.java51 CtMethod wrappedBody, in makeBody() argument
57 boolean isStatic = Modifier.isStatic(wrappedBody.getModifiers()); in makeBody()
59 int stacksize = makeBody0(clazz, classfile, wrappedBody, isStatic, in makeBody()
70 CtMethod wrappedBody, in makeBody0() argument
96 checkSignature(wrappedBody, desc); in makeBody0()
101 wrappedBody); in makeBody0()
123 private static void checkSignature(CtMethod wrappedBody, in checkSignature() argument
127 if (!descriptor.equals(wrappedBody.getMethodInfo2().getDescriptor())) in checkSignature()
130 + wrappedBody.getDeclaringClass().getName() in checkSignature()
131 + '.' + wrappedBody.getName()); in checkSignature()
DCtNewWrappedConstructor.java50 CtMethod wrappedBody, in makeBody() argument
88 if (wrappedBody == null) in makeBody()
91 stacksize2 = makeBody0(declaring, classfile, wrappedBody, in makeBody()