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