Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DCtNewWrappedMethod.java60 CtMethod wrappedBody, in makeBody() argument
66 boolean isStatic = Modifier.isStatic(wrappedBody.getModifiers()); in makeBody()
68 int stacksize = makeBody0(clazz, classfile, wrappedBody, isStatic, in makeBody()
79 CtMethod wrappedBody, in makeBody0() argument
105 checkSignature(wrappedBody, desc); in makeBody0()
110 wrappedBody); in makeBody0()
132 private static void checkSignature(CtMethod wrappedBody, in checkSignature() argument
136 if (!descriptor.equals(wrappedBody.getMethodInfo2().getDescriptor())) in checkSignature()
139 + wrappedBody.getDeclaringClass().getName() in checkSignature()
140 + '.' + wrappedBody.getName()); in checkSignature()
DCtNewWrappedConstructor.java54 CtMethod wrappedBody, in makeBody() argument
92 if (wrappedBody == null) in makeBody()
95 stacksize2 = makeBody0(declaring, classfile, wrappedBody, in makeBody()