Class InvokeDynamicSupport
java.lang.Object
org.robolectric.internal.bytecode.InvokeDynamicSupport
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-