Searched refs:currentMethod (Results 1 – 2 of 2) sorted by relevance
390 JDiffMethod currentMethod = null; field in XmlApiParser.ClassDescriptionSpliterator502 currentMethod = constructor; in next()506 currentMethod = loadMethodInfo(currentClass.getClassName(), parser); in next()507 currentClass.addMethod(currentMethod); in next()512 currentMethod.addParam(canonicalizeType(paramType)); in next()516 currentMethod.addException(parser.getAttributeValue(null, ATTRIBUTE_TYPE)); in next()534 if (currentMethod != null) { in next()535 logd(String.format("currentMethod: %s", currentMethod.toSignatureString())); in next()
364 String currentMethod = null; in getCompiledMethods() local373 compiledMethods.add(currentMethod); in getCompiledMethods()382 currentMethod = null; in getCompiledMethods()387 currentMethod = matcher.group(1); in getCompiledMethods()