Interface InputTypeValidator
-
- All Known Implementing Classes:
InputTypeValidator.TypePromotionValidator
public interface InputTypeValidator
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInputTypeValidator.TypePromotionValidator
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdmTypevalidateParameterSet(List<ParameterSet> allowedParameterTypes, List<EdmType> actualParameterTypes)
-
-
-
Method Detail
-
validateParameterSet
EdmType validateParameterSet(List<ParameterSet> allowedParameterTypes, List<EdmType> actualParameterTypes) throws ExpressionParserInternalError
- Throws:
ExpressionParserInternalError
-
-