Class InvokeDynamicSupport
java.lang.Object
org.robolectric.internal.bytecode.InvokeDynamicSupport
public class InvokeDynamicSupport extends Object
-
Constructor Summary
Constructors Constructor Description InvokeDynamicSupport()
-
Method Summary
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)
-
Constructor Details
-
InvokeDynamicSupport
public InvokeDynamicSupport()
-
-
Method Details
-
bootstrapInit
-
bootstrap
public static CallSite bootstrap(MethodHandles.Lookup caller, String name, MethodType type, MethodHandle original) throws IllegalAccessException- Throws:
IllegalAccessException
-
bootstrapStatic
public static CallSite bootstrapStatic(MethodHandles.Lookup caller, String name, MethodType type, MethodHandle original) throws IllegalAccessException- Throws:
IllegalAccessException
-
bootstrapIntrinsic
public static CallSite bootstrapIntrinsic(MethodHandles.Lookup caller, String name, MethodType type, String callee) throws IllegalAccessException- Throws:
IllegalAccessException
-