Package org.eclipse.epsilon.eol.models
Interface ISearchableModel
- All Known Implementing Classes:
ExcelModel
,SecureExcelModel
,SpreadsheetModel
public interface ISearchableModel
-
Method Summary
Modifier and TypeMethodDescriptionCollection<?>
find
(Variable iterator, ModuleElement ast, IEolContext context) findOne
(Variable iterator, ModuleElement ast, IEolContext context)
-
Method Details
-
find
Collection<?> find(Variable iterator, ModuleElement ast, IEolContext context) throws EolRuntimeException - Throws:
EolRuntimeException
-
findOne
Object findOne(Variable iterator, ModuleElement ast, IEolContext context) throws EolRuntimeException - Throws:
EolRuntimeException
-