Uses of Class
org.eclipse.epsilon.eol.exceptions.EolIllegalOperationParametersException
Packages that use EolIllegalOperationParametersException
-
Uses of EolIllegalOperationParametersException in org.eclipse.epsilon.eol.types
Methods in org.eclipse.epsilon.eol.types that throw EolIllegalOperationParametersException -
Uses of EolIllegalOperationParametersException in org.eclipse.epsilon.eol.util
Methods in org.eclipse.epsilon.eol.util that throw EolIllegalOperationParametersExceptionModifier and TypeMethodDescriptionstatic Method
ReflectionUtil.findApplicableMethodOrThrow
(Object obj, String methodName, Predicate<Method> criteria, Collection<?> parameters, ModuleElement ast, PrettyPrinterManager ppm) Searches for a method matching the name and criteria for the given object, including all super methods and super-interfaces recursively.