Class InvokeDynamicSupport
java.lang.Object
org.robolectric.internal.bytecode.InvokeDynamicSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CallSitebootstrap(MethodHandles.Lookup caller, String name, MethodType type, MethodHandle original) static CallSitebootstrapInit(MethodHandles.Lookup caller, String name, MethodType type) static CallSitebootstrapIntrinsic(MethodHandles.Lookup caller, String name, MethodType type, String callee) static CallSitebootstrapStatic(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
-