Package io.airlift.bytecode
Class FastMethodHandleProxies.Bootstrap
- java.lang.Object
-
- io.airlift.bytecode.FastMethodHandleProxies.Bootstrap
-
- Enclosing class:
- FastMethodHandleProxies
public static final class FastMethodHandleProxies.Bootstrap extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static MethodBOOTSTRAP_METHOD
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CallSitebootstrap(MethodHandles.Lookup callerLookup, String name, MethodType type)
-
-
-
Field Detail
-
BOOTSTRAP_METHOD
public static final Method BOOTSTRAP_METHOD
-
-
Method Detail
-
bootstrap
public static CallSite bootstrap(MethodHandles.Lookup callerLookup, String name, MethodType type)
-
-