@JavaDispatcher.Proxied(value="java.lang.invoke.MethodHandles$Lookup") public static interface JavaConstant.MethodHandle.MethodHandles.Lookup
java.lang.invoke.MethodHandles$Lookup
.Modifier and Type | Method and Description |
---|---|
Class<?> |
lookupClass(Object value)
Resolves the lookup type for a given lookup instance.
|
Object |
revealDirect(Object value,
Object handle)
Reveals the
java.lang.invoke.MethodHandleInfo for the supplied method handle. |
Class<?> lookupClass(Object value)
value
- The java.lang.invoke.MethodHandles$Lookup
to resolve.Object revealDirect(Object value, @JavaDispatcher.Proxied(value="java.lang.invoke.MethodHandle") Object handle)
java.lang.invoke.MethodHandleInfo
for the supplied method handle.value
- The java.lang.invoke.MethodHandles$Lookup
to use for resolving the supplied handlehandle
- The java.lang.invoke.MethodHandle
to resolve.java.lang.invoke.MethodHandleInfo
representing the supplied method handle.Copyright © 2014–2025. All rights reserved.