Uses of Class
java.dyn.NoAccessException
-
-
Uses of NoAccessException in java.dyn
Methods in java.dyn that throw NoAccessException Modifier and Type Method Description MethodHandleMethodHandles.Lookup. bind(java.lang.Object receiver, java.lang.String name, MethodType type)MethodHandleMethodHandles.Lookup. findSpecial(java.lang.Class<?> defc, java.lang.String name, MethodType type, java.lang.Class<?> specialCaller)MethodHandleMethodHandles.Lookup. findStatic(java.lang.Class<?> defc, java.lang.String name, MethodType type)MethodHandleMethodHandles.Lookup. findVirtual(java.lang.Class<?> defc, java.lang.String name, MethodType type)MethodHandleMethodHandles.Lookup. unreflect(java.lang.reflect.Method m)MethodHandleMethodHandles.Lookup. unreflectConstructor(java.lang.reflect.Constructor ctor)MethodHandleMethodHandles.Lookup. unreflectGetter(java.lang.reflect.Field f)MethodHandleMethodHandles.Lookup. unreflectSetter(java.lang.reflect.Field f)MethodHandleMethodHandles.Lookup. unreflectSpecial(java.lang.reflect.Method m, java.lang.Class<?> specialCaller)
-