public class TLambdaMetafactory extends Object
Modifier and Type | Field and Description |
---|---|
static int |
FLAG_BRIDGES |
static int |
FLAG_MARKERS |
static int |
FLAG_SERIALIZABLE |
Modifier and Type | Method and Description |
---|---|
static TCallSite |
altMetafactory(TMethodHandles.Lookup caller,
String invokedName,
TMethodType invokedType,
Object... args) |
static TCallSite |
metafactory(TMethodHandles.Lookup caller,
String invokedName,
TMethodType invokedType,
TMethodType samMethodType,
TMethodHandle implMethod,
TMethodType instantiatedMethodType) |
public static final int FLAG_SERIALIZABLE
public static final int FLAG_MARKERS
public static final int FLAG_BRIDGES
public static TCallSite metafactory(TMethodHandles.Lookup caller, String invokedName, TMethodType invokedType, TMethodType samMethodType, TMethodHandle implMethod, TMethodType instantiatedMethodType) throws TLambdaConversionException
TLambdaConversionException
public static TCallSite altMetafactory(TMethodHandles.Lookup caller, String invokedName, TMethodType invokedType, Object... args) throws TLambdaConversionException
TLambdaConversionException
Copyright © 2019. All rights reserved.