Searched refs:handleGetObjectMethod (Results 1 – 1 of 1) sorted by relevance
107 Method handleGetObjectMethod = null; in ngettextnull() local110 …handleGetObjectMethod = catalog.getClass().getMethod("handleGetObject", new Class[] { java.lang.St… in ngettextnull()116 …System.out.println("handleGetObject = "+(handleGetObjectMethod!=null)+", getParent = "+(getParentM… in ngettextnull()117 if (handleGetObjectMethod != null in ngettextnull()118 && Modifier.isPublic(handleGetObjectMethod.getModifiers()) in ngettextnull()166 localValue = handleGetObjectMethod.invoke(catalog, new Object[] { msgid }); in ngettextnull()