static CallSite |
LambdaMetafactory.altMetafactory(MethodHandles.Lookup a,
String b,
MethodType c,
Object... d) |
MethodHandle |
MethodHandle.asType(MethodType a) |
MethodHandle |
MethodHandles.Lookup.bind(Object a,
String b,
MethodType c) |
static MethodHandle |
MethodHandles.exactInvoker(MethodType a) |
static MethodHandle |
MethodHandles.explicitCastArguments(MethodHandle a,
MethodType b) |
MethodHandle |
MethodHandles.Lookup.findConstructor(Class<?> a,
MethodType b) |
MethodHandle |
MethodHandles.Lookup.findSpecial(Class<?> a,
String b,
MethodType c,
Class<?> d) |
MethodHandle |
MethodHandles.Lookup.findStatic(Class<?> a,
String b,
MethodType c) |
MethodHandle |
MethodHandles.Lookup.findVirtual(Class<?> a,
String b,
MethodType c) |
static MethodHandle |
MethodHandles.invoker(MethodType a) |
static CallSite |
StringConcatFactory.makeConcat(MethodHandles.Lookup lookup,
String name,
MethodType concatType) |
static CallSite |
StringConcatFactory.makeConcatWithConstants(MethodHandles.Lookup lookup,
String name,
MethodType concatType,
String recipe,
Object... constants) |
static CallSite |
LambdaMetafactory.metafactory(MethodHandles.Lookup a,
String f,
MethodType b,
MethodType c,
MethodHandle d,
MethodType e) |
static MethodType |
MethodType.methodType(Class<?> a,
MethodType b) |
static MethodHandle |
MethodHandles.permuteArguments(MethodHandle a,
MethodType b,
int... c) |
static MethodHandle |
MethodHandles.spreadInvoker(MethodType a,
int b) |