Searched refs:wasNative (Results 1 – 1 of 1) sorted by relevance
268 boolean wasNative = Modifier.isNative(originalModifiers); in fixMethod()278 if (wasNative) { in fixMethod()309 …String methodBody = generateMethodBody(ctClass, ctMethod, wasNative, wasAbstract, returnCtClass, r… in fixMethod()319 } else if (wasAbstract || wasNative) { in fixMethod()357 …private String generateMethodBody(CtClass ctClass, CtMethod ctMethod, boolean wasNative, boolean w… in generateMethodBody() argument365 if (wasNative) { in generateMethodBody()