Searched refs:getExposedMethods (Results 1 – 1 of 1) sorted by relevance
162 Map<String, MethodNode> baseMethods = getExposedMethods(baseClass) in analyze()164 Map<String, MethodNode> newMethods = getExposedMethods(newClass) in analyze()168 result.newMethods = getExposedMethods(newClass) in analyze()171 result.removedMethods = getExposedMethods(baseClass) in analyze()174 result.newlyDeprecatedMethods = getExposedMethods(newClass) in analyze()208 private static Stream<MethodNode> getExposedMethods(ClassNode classNode) { in getExposedMethods() method in Main.DiffAnalyzer