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