Searched refs:declaredMethod (Results 1 – 1 of 1) sorted by relevance
921 private void checkInterfaceMethodDeclaration(ConcreteMethod declaredMethod) { in checkInterfaceMethodDeclaration() argument927 declaredMethod.isStaticMethod() ? "static" : "default", in checkInterfaceMethodDeclaration()929 declaredMethod.getDefiningClass().toHuman(), declaredMethod.getNat().toHuman()); in checkInterfaceMethodDeclaration()