Searched defs:isTypeVisible (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/invoke/util/
H A DVerifyAccess.java177 public static boolean isTypeVisible(Class<?> type, Class<?> refc) { method in class:VerifyAccess
202 public static boolean isTypeVisible(java.lang.invoke.MethodType type, Class<?> refc) { method in class:VerifyAccess
205 if (!isTypeVisible(ptype, refc))

Completed in 73 milliseconds