Uses of Class
org.eclipse.epsilon.eol.exceptions.EolIllegalOperationParametersException
-
Packages that use EolIllegalOperationParametersException Package Description org.eclipse.epsilon.eol.types org.eclipse.epsilon.eol.util -
-
Uses of EolIllegalOperationParametersException in org.eclipse.epsilon.eol.types
Methods in org.eclipse.epsilon.eol.types that throw EolIllegalOperationParametersException Modifier and Type Method Description Object
EolNoType. createInstance(List<Object> parameters)
-
Uses of EolIllegalOperationParametersException in org.eclipse.epsilon.eol.util
Methods in org.eclipse.epsilon.eol.util that throw EolIllegalOperationParametersException Modifier and Type Method Description static 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.
-