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