public class MethodInvocationSupport extends Object
| Constructor and Description |
|---|
MethodInvocationSupport() |
| Modifier and Type | Method and Description |
|---|---|
static CallSite |
bootstrap(MethodHandles.Lookup caller,
String name,
MethodType type,
int nullSafeGuarded) |
static boolean |
classGuard(Class<?> expected,
Object receiver) |
static Object |
fallback(fr.insalyon.citi.golo.runtime.MethodInvocationSupport.InlineCache inlineCache,
Object[] args) |
static MethodHandle |
vtableLookup(fr.insalyon.citi.golo.runtime.MethodInvocationSupport.InlineCache inlineCache,
Object[] args) |
public static CallSite bootstrap(MethodHandles.Lookup caller, String name, MethodType type, int nullSafeGuarded)
public static MethodHandle vtableLookup(fr.insalyon.citi.golo.runtime.MethodInvocationSupport.InlineCache inlineCache, Object[] args)
Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.