Class TSerializedLambda
java.lang.Object
org.teavm.classlib.java.lang.invoke.TSerializedLambda
- All Implemented Interfaces:
Serializable
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionTSerializedLambda(Class<?> capturingClass, String functionalInterfaceClass, String functionalInterfaceMethodName, String functionalInterfaceMethodSignature, int implMethodKind, String implClass, String implMethodName, String implMethodSignature, String instantiatedMethodType, Object[] capturedArgs)
-
Method Summary
-
Constructor Details
-
TSerializedLambda
public TSerializedLambda(Class<?> capturingClass, String functionalInterfaceClass, String functionalInterfaceMethodName, String functionalInterfaceMethodSignature, int implMethodKind, String implClass, String implMethodName, String implMethodSignature, String instantiatedMethodType, Object[] capturedArgs)
-
-
Method Details
-
getCapturingClass
-
getFunctionalInterfaceClass
-
getFunctionalInterfaceMethodName
-
getFunctionalInterfaceMethodSignature
-
getImplClass
-
getImplMethodName
-
getImplMethodSignature
-
getImplMethodKind
public int getImplMethodKind() -
getInstantiatedMethodType
-
getCapturedArgCount
public int getCapturedArgCount() -
getCapturedArg
-
toString
-