public class InvokeDynamicSupport extends Object
Constructor | Description |
---|---|
InvokeDynamicSupport() |
Modifier and Type | Method | Description |
---|---|---|
static CallSite |
bootstrap(MethodHandles.Lookup caller,
String name,
MethodType type,
MethodHandle original) |
|
static CallSite |
bootstrapInit(MethodHandles.Lookup caller,
String name,
MethodType type) |
|
static CallSite |
bootstrapIntrinsic(MethodHandles.Lookup caller,
String name,
MethodType type,
String callee) |
|
static CallSite |
bootstrapStatic(MethodHandles.Lookup caller,
String name,
MethodType type,
MethodHandle original) |
public static CallSite bootstrapInit(MethodHandles.Lookup caller, String name, MethodType type)
public static CallSite bootstrap(MethodHandles.Lookup caller, String name, MethodType type, MethodHandle original) throws IllegalAccessException
IllegalAccessException
public static CallSite bootstrapStatic(MethodHandles.Lookup caller, String name, MethodType type, MethodHandle original) throws IllegalAccessException
IllegalAccessException
public static CallSite bootstrapIntrinsic(MethodHandles.Lookup caller, String name, MethodType type, String callee) throws IllegalAccessException
IllegalAccessException