Searched refs:methodUsages (Results 1 – 3 of 3) sorted by relevance
362 …List<MethodUsage> methodUsages = ((ReferenceTypeDeclaration) typeDeclarationSymbolReference.getCor… in toMethodUsage() local363 switch (methodUsages.size()) { in toMethodUsage()367 return methodUsages.get(0); in toMethodUsage()
370 …List<MethodUsage> methodUsages = ((ResolvedReferenceTypeDeclaration) typeDeclarationSymbolReferenc… in toMethodUsage() local371 switch (methodUsages.size()) { in toMethodUsage()375 return methodUsages.get(0); in toMethodUsage()
166 Line 363) methodUsages.size() ==> java.util.List.size()167 Line 367) methodUsages.get(0) ==> java.util.List.get(int)