Interface IClosureCandidate
-
- All Superinterfaces:
IApplicableCandidate
- All Known Implementing Classes:
AbstractClosureTypeHelper,ClosureWithExpectationHelper,ClosureWithoutExpectationHelper,UnknownClosureTypeHelper
public interface IClosureCandidate extends IApplicableCandidate
A closure candidate knows about the assumptions that have been made about a lambda expression regarding the implicitly available parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<org.eclipse.xtext.common.types.JvmFormalParameter>getParameters()Returns the effective list of parameters.-
Methods inherited from interface org.eclipse.xtext.xbase.typesystem.computation.IApplicableCandidate
applyToModel, validate
-
-