Class LambdaExpressionExtension
java.lang.Object
org.emftext.language.java.extensions.expressions.LambdaExpressionExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
doesLambdaMatchFunctionalInterface
(LambdaExpression expr, Interface functionalInterface) static Type
getReturnType
(LambdaExpression me, Type potentialReturnType)
-
Constructor Details
-
LambdaExpressionExtension
public LambdaExpressionExtension()
-
-
Method Details
-
doesLambdaMatchFunctionalInterface
public static boolean doesLambdaMatchFunctionalInterface(LambdaExpression expr, Interface functionalInterface) -
getReturnType
-