Class LambdaClass
java.lang.Object
org.robovm.compiler.plugin.lambda.LambdaClass
public class LambdaClass extends Object
-
Constructor Summary
Constructors Constructor Description LambdaClass(String lambdaClassName, byte[] classData, String targetMethodName, List<soot.Type> targetMethodParameters, soot.Type targetMethodReturnType) -
Method Summary
Modifier and Type Method Description byte[]getClassData()StringgetLambdaClassName()StringgetTargetMethodName()List<soot.Type>getTargetMethodParameters()soot.TypegetTargetMethodReturnType()
-
Constructor Details
-
LambdaClass
-
-
Method Details
-
getLambdaClassName
-
getClassData
public byte[] getClassData() -
getTargetMethodName
-
getTargetMethodParameters
-
getTargetMethodReturnType
public soot.Type getTargetMethodReturnType()
-