public final class LambdaMetaFactory extends Object
| Constructor and Description |
|---|
LambdaMetaFactory(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
SootMethodRef |
makeLambdaHelper(List<? extends Value> bootstrapArgs,
int tag,
String name,
Type[] invokedType,
SootClass enclosingClass) |
static LambdaMetaFactory |
v() |
public LambdaMetaFactory(Singletons.Global g)
public static LambdaMetaFactory v()
public SootMethodRef makeLambdaHelper(List<? extends Value> bootstrapArgs, int tag, String name, Type[] invokedType, SootClass enclosingClass)
bootstrapArgs - tag - name - invokedType - types of captured arguments, the last element is always the type of the
FunctionalInterfacename - Copyright © 2020 Soot OSS. All rights reserved.