Package org.eclipse.epsilon.eol.models
Interface ISearchableModel
-
- All Known Implementing Classes:
ConcreteModel
,ExcelModel
,GSModel
,SecureExcelModel
,SecureGSModel
,SpreadsheetModel
public interface ISearchableModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<?>
find(Variable iterator, ModuleElement ast, IEolContext context)
Object
findOne(Variable iterator, ModuleElement ast, IEolContext context)
-
-
-
Method Detail
-
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
-
-