Searched refs:currentMethod (Results 1 – 2 of 2) sorted by relevance
153 JDiffMethod currentMethod = null; in start() local195 currentMethod = constructor; in start()197 currentMethod = loadMethodInfo(currentClass.getClassName(), parser); in start()198 currentClass.addMethod(currentMethod); in start()200 currentMethod.addParam(parser.getAttributeValue(null, ATTRIBUTE_TYPE)); in start()202 currentMethod.addException(parser.getAttributeValue(null, ATTRIBUTE_TYPE)); in start()216 if (currentMethod != null) { in start()217 logd(String.format("currentMethod: %s", currentMethod.toSignatureString())); in start()
381 && currentMethod.size() > 0) { in convertTypeReference()382 genericDeclaration = currentMethod.peek(); in convertTypeReference()465 if (currentMethod.size() > 0) in convertExecutableMember()466 genericDeclaration = currentMethod.peek(); in convertExecutableMember()499 private Stack<SigMethod> currentMethod = new Stack<SigMethod>(); field in DocletToSigConverter503 currentMethod.push(m); in convertMethod()506 currentMethod.pop(); in convertMethod()