Uses of Class
org.eclipse.epsilon.eol.exceptions.EolRuntimeException
-
-
Uses of EolRuntimeException in org.eclipse.epsilon.common.dt.extensions
Subclasses of EolRuntimeException in org.eclipse.epsilon.common.dt.extensions Modifier and Type Class Description class
IllegalExtensionException
Exception for illegal extensions for EUnit listeners. -
Uses of EolRuntimeException in org.eclipse.epsilon.common.dt.launching.extensions
Methods in org.eclipse.epsilon.common.dt.launching.extensions that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
ToolExtension. createTool(java.util.List<java.lang.Object> parameters)
-
Uses of EolRuntimeException in org.eclipse.epsilon.ecl
Methods in org.eclipse.epsilon.ecl that throw EolRuntimeException Modifier and Type Method Description MatchTrace
EclModule. execute()
MatchTrace
IEclModule. execute()
default java.util.List<MatchRule>
IEclModule. getRulesFor(java.lang.Object left, java.lang.Object right, IEclContext context, boolean ofClassOnly)
default Match
IEclModule. match(java.lang.Object left, java.lang.Object right, boolean forcedMatch)
protected void
EclModule. matchAllRules(boolean greedy)
void
EclModule. matchModels()
void
IEclModule. matchModels()
protected void
EclModule. prepareContext()
protected MatchTrace
EclModule. processRules()
-
Uses of EolRuntimeException in org.eclipse.epsilon.ecl.concurrent
Methods in org.eclipse.epsilon.ecl.concurrent that throw EolRuntimeException Modifier and Type Method Description protected void
EclModuleParallelAnnotation. matchAllRules(boolean greedy)
-
Uses of EolRuntimeException in org.eclipse.epsilon.ecl.dom
Methods in org.eclipse.epsilon.ecl.dom that throw EolRuntimeException Modifier and Type Method Description boolean
MatchRule. appliesTo(java.lang.Object left, java.lang.Object right, IEclContext context, boolean ofTypeOnly)
java.util.Collection<?>
MatchRule. getLeftInstances(IEclContext context, boolean ofTypeOnly)
java.util.Collection<?>
MatchRule. getRightInstances(IEclContext context, boolean ofTypeOnly)
Match
MatchRule. match(java.lang.Object left, java.lang.Object right, IEclContext context, EolMap<?,?> matchInfo, boolean forcedMatch)
Matches left against rightMatch
MatchRule. matchPair(IEclContext context, boolean ofTypeOnly, java.lang.Object leftInstance, java.lang.Object rightInstance)
-
Uses of EolRuntimeException in org.eclipse.epsilon.ecl.exceptions
Subclasses of EolRuntimeException in org.eclipse.epsilon.ecl.exceptions Modifier and Type Class Description class
EclNotApplicableSuperRuleException
-
Uses of EolRuntimeException in org.eclipse.epsilon.ecl.execute.operations
Methods in org.eclipse.epsilon.ecl.execute.operations that throw EolRuntimeException Modifier and Type Method Description java.lang.Boolean
DoMatchOperation. execute(java.lang.Object source, java.util.List<?> parameters, IEolContext context_, ModuleElement ast)
java.lang.Boolean
MatchesOperation. execute(java.lang.Object source, java.util.List<?> parameters, IEolContext context_, ModuleElement ast)
protected boolean
DoMatchOperation. matchAll(java.util.Collection<?> leftColFlat, java.util.Collection<?> rightColFlat, IEclContext context)
protected boolean
MatchesOperation. matchCollectionOrdered(java.util.Collection<?> leftColFlat, java.util.Collection<?> rightColFlat, IEclContext context)
protected boolean
MatchesOperation. matchCollectionUnordered(java.util.Collection<?> leftColFlat, java.util.Collection<?> rightColFlat, IEclContext context)
protected boolean
MatchesOperation. matchInstances(java.lang.Object left, java.lang.Object right, IEclContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.ecl.launch
Methods in org.eclipse.epsilon.ecl.launch that throw EolRuntimeException Modifier and Type Method Description protected MatchTrace
EclRunConfiguration. execute()
-
Uses of EolRuntimeException in org.eclipse.epsilon.egl
Methods in org.eclipse.epsilon.egl that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
EglTemplateFactoryModuleAdapter. execute()
protected java.lang.Object
EgxModule. processRules()
-
Uses of EolRuntimeException in org.eclipse.epsilon.egl.concurrent
Methods in org.eclipse.epsilon.egl.concurrent that throw EolRuntimeException Modifier and Type Method Description java.util.List<? extends GenerationRuleAtom>
EgxModuleParallelGenerationRuleAtoms. getAllJobs()
protected java.util.List<GenerationRuleAtom>
EgxModuleParallelGenerationRuleAtoms. getAllJobsImpl()
protected abstract java.lang.Object
EgxModuleParallel. processRules()
protected java.lang.Object
EgxModuleParallelAnnotation. processRules()
protected java.lang.Object
EgxModuleParallelGenerationRuleAtoms. processRules()
-
Uses of EolRuntimeException in org.eclipse.epsilon.egl.dom
Methods in org.eclipse.epsilon.egl.dom that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
GenerationRule. execute(IEolContext context)
java.lang.Object
GenerationRule. execute(IEolContext context_, java.lang.Object element)
protected Return
TemplateOperation. executeBody(IEolContext context)
java.util.Collection<?>
GenerationRule. getAllElements(IEolContext context)
IModel
GenerationRule. getOwningModelForType(IEolContext context)
Gets the model which the "transform" parameter type expression belongs to. -
Uses of EolRuntimeException in org.eclipse.epsilon.egl.dt.launching
Methods in org.eclipse.epsilon.egl.dt.launching that throw EolRuntimeException Modifier and Type Method Description protected void
EglLaunchConfigurationDelegate. postExecute(IEolModule module)
protected void
EglLaunchConfigurationDelegate. preExecute(IEolModule module)
-
Uses of EolRuntimeException in org.eclipse.epsilon.egl.engine.traceability.fine.internal
Methods in org.eclipse.epsilon.egl.engine.traceability.fine.internal with parameters of type EolRuntimeException Modifier and Type Method Description void
EglOutputBufferPrintExecutionListener. finishedExecutingWithException(ModuleElement ast, EolRuntimeException exception, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.egl.exceptions
Subclasses of EolRuntimeException in org.eclipse.epsilon.egl.exceptions Modifier and Type Class Description class
EglRuntimeException
class
EglStoppedException
Constructors in org.eclipse.epsilon.egl.exceptions with parameters of type EolRuntimeException Constructor Description EglRuntimeException(EolRuntimeException ex)
-
Uses of EolRuntimeException in org.eclipse.epsilon.egl.execute.atoms
Methods in org.eclipse.epsilon.egl.execute.atoms that throw EolRuntimeException Modifier and Type Method Description static java.util.ArrayList<GenerationRuleAtom>
GenerationRuleAtom. getAllJobs(IEgxModule module)
-
Uses of EolRuntimeException in org.eclipse.epsilon.egl.execute.operations
Methods in org.eclipse.epsilon.egl.execute.operations that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
IncludeOperation. execute(java.lang.Object source, java.util.List<?> parameters, IEolContext context, ModuleElement ast)
-
Uses of EolRuntimeException in org.eclipse.epsilon.egl.types
Methods in org.eclipse.epsilon.egl.types that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
EglComplexType. createInstance(java.util.List<java.lang.Object> parameters)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.bibtex
Methods in org.eclipse.epsilon.emc.bibtex that throw EolRuntimeException Modifier and Type Method Description protected boolean
BibtexModel. deleteElementInModel(java.lang.Object instance)
java.lang.Object
BibtexPropertyGetter. invoke(java.lang.Object object, java.lang.String property, IEolContext context)
void
BibtexPropertySetter. invoke(java.lang.Object object, java.lang.String property, java.lang.Object value, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.composite
Methods in org.eclipse.epsilon.emc.composite that throw EolRuntimeException Modifier and Type Method Description void
CompositeModel. deleteElement(java.lang.Object instance)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.csv
Methods in org.eclipse.epsilon.emc.csv that throw EolRuntimeException Modifier and Type Method Description protected boolean
CsvModel. deleteElementInModel(java.lang.Object instance)
java.lang.Object
CsvPropertyGetter. invoke(java.lang.Object object, java.lang.String property, IEolContext context)
void
CsvPropertySetter. invoke(java.lang.Object object, java.lang.String property, java.lang.Object value, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.emf
Methods in org.eclipse.epsilon.emc.emf that throw EolRuntimeException Modifier and Type Method Description protected boolean
AbstractEmfModel. deleteElementInModel(java.lang.Object instance)
java.lang.Object
EmfPropertyGetter. invoke(java.lang.Object object, java.lang.String property, IEolContext context)
void
EmfPropertySetter. invoke(java.lang.Object target, java.lang.String property, java.lang.Object value, IEolContext context)
boolean
AbstractEmfModel. isPropertySet(java.lang.Object instance, java.lang.String property)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.emf.xml
Methods in org.eclipse.epsilon.emc.emf.xml that throw EolRuntimeException Modifier and Type Method Description void
XmlPropertySetter. invoke(java.lang.Object object, java.lang.String property, java.lang.Object value, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.hutn
Methods in org.eclipse.epsilon.emc.hutn that throw EolRuntimeException Modifier and Type Method Description void
HutnModel. deleteElement(java.lang.Object instance)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.muddle
Methods in org.eclipse.epsilon.emc.muddle that throw EolRuntimeException Modifier and Type Method Description void
MuddleModel. deleteElement(java.lang.Object o)
java.lang.Object
MuddleModelPropertyGetter. invoke(java.lang.Object o, java.lang.String property, IEolContext context)
void
MuddleModelPropertySetter. invoke(java.lang.Object object, java.lang.String property, java.lang.Object value, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.plainxml
Methods in org.eclipse.epsilon.emc.plainxml that throw EolRuntimeException Modifier and Type Method Description protected boolean
PlainXmlModel. deleteElementInModel(java.lang.Object instance)
java.lang.Object
PlainXmlPropertyGetter. invoke(java.lang.Object object, java.lang.String property, IEolContext context)
void
PlainXmlPropertySetter. invoke(java.lang.Object object, java.lang.String property, java.lang.Object value, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.simulink.dictionary.model
Methods in org.eclipse.epsilon.emc.simulink.dictionary.model that throw EolRuntimeException Modifier and Type Method Description boolean
SimulinkDictionaryModel. deleteElementInModel()
protected boolean
SimulinkDictionaryModel. deleteElementInModel(java.lang.Object instance)
java.lang.Object
SimulinkDictionaryModel. getProperty(java.lang.String property)
void
SimulinkDictionaryModel. setProperty(java.lang.String property, java.lang.Object value)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.simulink.dictionary.model.data
Methods in org.eclipse.epsilon.emc.simulink.dictionary.model.data that throw EolRuntimeException Modifier and Type Method Description boolean
SimulinkDataType. deleteElementInModel()
java.lang.Object
SimulinkDataType. getProperty(java.lang.String property)
void
SimulinkDataType. setProperty(java.lang.String property, java.lang.Object value)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.simulink.dictionary.model.element
Methods in org.eclipse.epsilon.emc.simulink.dictionary.model.element that throw EolRuntimeException Modifier and Type Method Description boolean
SimulinkEntry. deleteElementInModel()
boolean
SimulinkSection. deleteElementInModel()
java.lang.Object
SimulinkEntry. getProperty(java.lang.String property)
java.lang.Object
SimulinkSection. getProperty(java.lang.String property)
void
SimulinkEntry. setProperty(java.lang.String property, java.lang.Object value)
void
SimulinkSection. setProperty(java.lang.String property, java.lang.Object value)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.simulink.dictionary.operations.contributor
Methods in org.eclipse.epsilon.emc.simulink.dictionary.operations.contributor that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
SimulinkDictionaryObjectMethod. execute(java.lang.Object[] parameters, ModuleElement ast)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.simulink.exception
Subclasses of EolRuntimeException in org.eclipse.epsilon.emc.simulink.exception Modifier and Type Class Description class
MatlabRuntimeException
Methods in org.eclipse.epsilon.emc.simulink.exception that return EolRuntimeException Modifier and Type Method Description EolRuntimeException
MatlabException. toEolRuntimeException()
EolRuntimeException
MatlabException. toEolRuntimeException(ModuleElement ast)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.simulink.introspection.java
Methods in org.eclipse.epsilon.emc.simulink.introspection.java that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
SimulinkObjectMethod. execute(java.lang.Object[] parameters, ModuleElement ast)
java.lang.Object
StateflowObjectMethod. execute(java.lang.Object[] parameters, ModuleElement ast)
java.lang.Object
SimulinkPropertyGetter. invoke(java.lang.Object object, java.lang.String property, IEolContext context)
void
SimulinkPropertySetter. invoke(java.lang.Object target, java.lang.String property, java.lang.Object value, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.simulink.model
Methods in org.eclipse.epsilon.emc.simulink.model that throw EolRuntimeException Modifier and Type Method Description void
SimulinkModel. deleteElement(java.lang.Object o)
protected boolean
SimulinkModel. deleteElementInModel(java.lang.Object instance)
void
AbstractSimulinkModel. statement(java.lang.String statement)
java.lang.Object
AbstractSimulinkModel. statementWithResult(java.lang.String statement)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.simulink.model.element
Methods in org.eclipse.epsilon.emc.simulink.model.element that throw EolRuntimeException Modifier and Type Method Description StateflowBlock
StateflowBlock. add(StateflowBlock block)
SimulinkBlock
StateflowBlock. asSimulink()
boolean
ISimulinkModelElement. deleteElementInModel()
boolean
MatlabHandleElement. deleteElementInModel()
boolean
SimulinkBlock. deleteElementInModel()
boolean
SimulinkLine. deleteElementInModel()
boolean
SimulinkPort. deleteElementInModel()
boolean
StateflowBlock. deleteElementInModel()
SimulinkBlock
SimulinkLine. getDestination()
SimulinkPort
SimulinkLine. getDestinationPort()
SimulinkPortCollection
SimulinkBlock. getInports()
java.util.Collection<ISimulinkModelElement>
SimulinkPort. getLines()
SimulinkPortCollection
SimulinkBlock. getOutports()
SimulinkBlock
SimulinkBlock. getParent()
ISimulinkModelElement
StateflowBlock. getParent()
protected java.lang.String
SimulinkBlock. getParentPath()
PARENT / CHILDRENSimulinkPortCollection
SimulinkBlock. getPorts()
java.lang.Object
ISimulinkModelElement. getProperty(java.lang.String property)
java.lang.Object
MatlabHandleElement. getProperty(java.lang.String property)
java.lang.Object
SimulinkElement. getProperty(java.lang.String property)
java.lang.String
SimulinkBlock. getScript()
SimulinkBlock
SimulinkLine. getSource()
SimulinkPort
SimulinkLine. getSourcePort()
SimulinkModelElement
SimulinkBlock. inspect()
java.lang.Boolean
StateflowBlock. isCommented()
void
SimulinkBlock. link(SimulinkBlock other)
void
SimulinkBlock. link(SimulinkBlock other, int outPort, int inPort)
SimulinkLine
SimulinkPort. link(SimulinkPort other)
void
SimulinkBlock. linkFrom(SimulinkBlock other, int outPort)
void
SimulinkBlock. linkTo(SimulinkBlock other, int inPort)
void
SimulinkBlock. manageLink(SimulinkBlock other, int outPort, int inPort, boolean create)
void
StateflowBlock. setParent(StateflowBlock parent)
void
ISimulinkModelElement. setProperty(java.lang.String property, java.lang.Object value)
void
MatlabHandleElement. setProperty(java.lang.String property, java.lang.Object value)
void
SimulinkElement. setProperty(java.lang.String property, java.lang.Object value)
void
SimulinkBlock. setScript(java.lang.String script)
TYPE-SPECIFIC METHODSvoid
SimulinkBlock. unlink(SimulinkBlock other)
void
SimulinkBlock. unlink(SimulinkBlock other, int outPort, int inPort)
void
SimulinkPort. unlink(SimulinkPort other)
void
SimulinkBlock. unlinkFrom(SimulinkBlock other, int outPort)
void
SimulinkBlock. unlinkTo(SimulinkBlock other, int inPort)
Constructors in org.eclipse.epsilon.emc.simulink.model.element that throw EolRuntimeException Constructor Description StateflowBlock(SimulinkModel model, MatlabEngine engine, java.lang.String type, StateflowBlock parent)
CONSTRUCTORS -
Uses of EolRuntimeException in org.eclipse.epsilon.emc.simulink.operations
Methods in org.eclipse.epsilon.emc.simulink.operations that throw EolRuntimeException Modifier and Type Method Description java.util.Collection<?>
SimulinkCollectOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.util.Collection<?>
SimulinkSelectOperation. execute(boolean returnOnMatch, java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, Expression expression, IEolContext context)
java.util.Collection<?>
StateflowCollectOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.util.Collection<?>
StateflowSelectOperation. execute(boolean returnOnMatch, java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, Expression expression, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.simulink.requirement.introspection.java
Methods in org.eclipse.epsilon.emc.simulink.requirement.introspection.java that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
SimulinkRequirementObjectMethod. execute(java.lang.Object[] parameters, ModuleElement ast)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.simulink.requirement.model
Methods in org.eclipse.epsilon.emc.simulink.requirement.model that throw EolRuntimeException Modifier and Type Method Description boolean
SimulinkRequirementModel. deleteElementInModel()
protected boolean
SimulinkRequirementModel. deleteElementInModel(java.lang.Object instance)
java.lang.Object
SimulinkRequirementModel. getProperty(java.lang.String property)
void
SimulinkRequirementModel. setProperty(java.lang.String property, java.lang.Object value)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.simulink.requirement.model.element
Methods in org.eclipse.epsilon.emc.simulink.requirement.model.element that throw EolRuntimeException Modifier and Type Method Description boolean
SimulinkJustification. deleteElementInModel()
boolean
SimulinkLink. deleteElementInModel()
boolean
SimulinkLinkSet. deleteElementInModel()
boolean
SimulinkReference. deleteElementInModel()
boolean
SimulinkRequirement. deleteElementInModel()
java.lang.Object
SimulinkLink. getDestination()
java.lang.Object
SimulinkJustification. getProperty(java.lang.String property)
java.lang.Object
SimulinkLink. getProperty(java.lang.String property)
java.lang.Object
SimulinkLinkSet. getProperty(java.lang.String property)
java.lang.Object
SimulinkReference. getProperty(java.lang.String property)
java.lang.Object
SimulinkRequirement. getProperty(java.lang.String property)
java.lang.Object
SimulinkLink. getSource()
java.lang.Boolean
SimulinkLink. isResolved()
java.lang.Boolean
SimulinkLink. isResolved(java.lang.String location)
java.lang.Boolean
SimulinkLink. isResolvedDestination()
java.lang.Boolean
SimulinkLink. isResolvedSource()
SimulinkLink
SimulinkLink. setDestination(java.lang.Object destination)
void
SimulinkJustification. setProperty(java.lang.String property, java.lang.Object value)
void
SimulinkLink. setProperty(java.lang.String property, java.lang.Object value)
void
SimulinkLinkSet. setProperty(java.lang.String property, java.lang.Object value)
void
SimulinkReference. setProperty(java.lang.String property, java.lang.Object value)
void
SimulinkRequirement. setProperty(java.lang.String property, java.lang.Object value)
SimulinkLink
SimulinkLink. setSource(java.lang.Object source)
Constructors in org.eclipse.epsilon.emc.simulink.requirement.model.element that throw EolRuntimeException Constructor Description SimulinkLink(SimulinkRequirementModel model, MatlabEngine engine, ISimulinkModelElement source, ISimulinkModelElement target)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.simulink.types
Methods in org.eclipse.epsilon.emc.simulink.types that throw EolRuntimeException Modifier and Type Method Description boolean
AbstractType. deleteElementInModel()
java.lang.Object
CellStr. getProperty(java.lang.String property)
java.lang.Object
Complex. getProperty(java.lang.String property)
java.lang.Object
Struct. getProperty(java.lang.String property)
void
CellStr. setProperty(java.lang.String property, java.lang.Object value)
void
Complex. setProperty(java.lang.String property, java.lang.Object value)
void
Struct. setProperty(java.lang.String property, java.lang.Object value)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.spreadsheets
Methods in org.eclipse.epsilon.emc.spreadsheets that throw EolRuntimeException Modifier and Type Method Description void
SpreadsheetModel. deleteElement(java.lang.Object instance)
This method deletes the given instance (row) from the worksheet it belongs to.void
SpreadsheetWorksheet. deleteRow(SpreadsheetRow row)
Deletes the given row from the worksheet.void
SpreadsheetPropertySetter. edit(java.util.Collection<?> rows, java.lang.Object value, java.lang.String property, IEolContext context)
void
SpreadsheetPropertySetter. edit(SpreadsheetRow row, java.lang.Object value, java.lang.String property, IEolContext context)
java.util.Collection<SpreadsheetRow>
ConcreteModel. find(Variable iterator, ModuleElement ast, IEolContext context)
abstract java.util.Collection<SpreadsheetRow>
SpreadsheetModel. find(Variable iterator, ModuleElement ast, IEolContext context)
java.lang.Object
SpreadsheetModel. findOne(Variable iterator, ModuleElement ast, IEolContext context)
java.lang.Object
SpreadsheetPropertyGetter. invoke(java.lang.Object object, java.lang.String columnIdentifier, IEolContext context)
void
SpreadsheetPropertySetter. invoke(java.lang.Object object, java.lang.String property, java.lang.Object value, IEolContext context)
void
SpreadsheetPropertySetter. invoke(SpreadsheetRow row, SpreadsheetColumn column, java.lang.Object value, ModuleElement ast, IEolContext context)
Convenience method for editing a row and column.java.util.List<java.lang.Object>
SpreadsheetPropertyGetter. query(java.util.Collection<?> collection, java.lang.String column, IEolContext context)
java.lang.Object
SpreadsheetPropertyGetter. query(SpreadsheetRow row, java.lang.String columnIdentifier)
void
SpreadsheetPropertyGetterTest. testCollection()
void
SpreadsheetPropertyGetterTest. testColumnIsMany()
void
SpreadsheetPropertyGetterTest. testColumnIsManyAndCellIsBlank()
void
SpreadsheetPropertySetterTest. testColumnMany()
void
SpreadsheetPropertyGetterTest. testColumnNotMany()
void
SpreadsheetPropertySetterTest. testColumnNotMany()
void
SpreadsheetPropertyGetterTest. testColumnNotManyAndCellIsBlank()
void
SpreadsheetPropertySetterTest. testColumnNull()
void
SpreadsheetPropertySetterTest. testEditNull()
void
SpreadsheetPropertySetterTest. testEditReferencingCellWithoutRow()
void
SpreadsheetPropertySetterTest. testEditReferencingCellWithRow()
void
SpreadsheetPropertySetterTest. testSettingToNull()
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.spreadsheets.excel
Methods in org.eclipse.epsilon.emc.spreadsheets.excel that throw EolRuntimeException Modifier and Type Method Description java.util.Collection<SpreadsheetRow>
ExcelModel. find(Variable iterator, ModuleElement ast, IEolContext context)
void
ExcelRowTest. testBelongsToModel()
void
ExcelRowTest. testCannotCreateRowWithoutWorksheet()
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.spreadsheets.google
Methods in org.eclipse.epsilon.emc.spreadsheets.google that throw EolRuntimeException Modifier and Type Method Description java.util.Collection<SpreadsheetRow>
GSModel. find(Variable iterator, ModuleElement ast, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emc.spreadsheets.test
Methods in org.eclipse.epsilon.emc.spreadsheets.test that throw EolRuntimeException Modifier and Type Method Description static void
SharedTestMethods. clearWorksheet(SpreadsheetModel model, java.lang.String worksheetName)
-
Uses of EolRuntimeException in org.eclipse.epsilon.emg
Methods in org.eclipse.epsilon.emg that throw EolRuntimeException Modifier and Type Method Description protected void
EmgModule. executeCreateOperations()
Execute the create operations in the EMG script.java.util.List<PatternMatch>
EmgModule. match(Pattern pattern)
protected void
EmgModule. prepareContext()
java.lang.Object
EmgModule. processRules()
-
Uses of EolRuntimeException in org.eclipse.epsilon.emg.execute.operations.contributors
Methods in org.eclipse.epsilon.emg.execute.operations.contributors that throw EolRuntimeException Modifier and Type Method Description java.util.List<java.lang.Integer>
EmgOperationContributor. nextAddTo(int n, int m)
java.lang.String
EmgOperationContributor. nextCamelCaseString(int length, int minWordLength)
Next camel case string.double
EmgOperationContributor. nextDobule(double upper)
Next dobule.java.lang.Object
EmgOperationContributor. nextFromList(java.lang.String listID)
The listID is the value of a @list annotation of a create operation.java.lang.Object
EmgOperationContributor. nextFromListAsSample(java.lang.String listID)
The listID is the value of a @list annotation of a create operation.java.lang.String
EmgOperationContributor. nextHttpURI(boolean addPort, boolean addPath, boolean addQuery, boolean addFragment)
Next http URI.int
EmgOperationContributor. nextInteger(int upper)
Next integer.int
EmgOperationContributor. nextInteger(int lower, int upper)
Next integer.long
EmgOperationContributor. nextLong(long upper)
Next long.long
EmgOperationContributor. nextLong(long lower, long upper)
Next long.java.util.List<java.lang.Object>
EmgOperationContributor. nextSample(java.lang.String listID, int k)
The listID is the value of a @list annotation of a create operation.java.util.List<java.lang.Object>
EmgOperationContributor. nextSample(java.util.Collection<?> c, int k)
Next sample.java.lang.String
EmgOperationContributor. nextURI()
Next URI.java.lang.String
EmgOperationContributor. nextURI(boolean addPort, boolean addPath, boolean addQuery, boolean addFragment)
Next URI. -
Uses of EolRuntimeException in org.eclipse.epsilon.emg.random
Methods in org.eclipse.epsilon.emg.random that throw EolRuntimeException Modifier and Type Method Description java.util.List<java.lang.Integer>
EmgRandomGenerator. getIndex(java.lang.String listID, int size, java.util.Map<java.lang.String,java.util.List<java.lang.Integer>> sampleList)
protected java.util.List<java.lang.String>
EmgRandomGenerator. getValuesFromList(java.lang.String list)
Gets the values from list.java.util.List<java.lang.Integer>
EmgRandomGenerator. nextAddTo(int n, int m)
java.util.List<java.lang.Integer>
IEmgRandomGenerator. nextAddTo(int n, int m)
Returns an array of n integers that addvar to m.double
IEmgRandomGenerator. nextBinomialValue(int numberOfTrials, double probabilityOfSuccess)
Generates a random value from the Binomial Distribution.java.lang.String
EmgRandomGenerator. nextCamelCaseString(int length, int minWordLength)
java.lang.String
IEmgRandomGenerator. nextCamelCaseString(int length, int minWordLength)
Generates a random string of the given length using the specified character set formatted in CameCase format.double
EmgRandomGenerator. nextDobule(double upper)
double
IEmgRandomGenerator. nextDobule(double upper)
Returns a pseudorandom, uniformly distributed double value between 0 (inclusive) and the specified value (exclusive), drawn from this random attribute generator's sequence.double
IEmgRandomGenerator. nextDobule(double lower, double upper)
Returns a pseudorandom, uniformly distributed double value between lower and upper (endpoints included), drawn from this random attribute generator's sequence.double
IEmgRandomGenerator. nextExponentialValue(double mean)
Generates a random value from the Exponential Distribution.java.lang.Object
EmgRandomGenerator. nextFromList(java.lang.String listID)
The listID must be the name of a parameter in the launch configuration.java.lang.Object
IEmgRandomGenerator. nextFromList(java.lang.String listID)
Returns a single objects selected randomly from the list using a uniform distribution.java.lang.Object
EmgRandomGenerator. nextFromListAsSample(java.lang.String listID)
The listID must be the name of a parameter in the launch configuration.java.lang.Object
IEmgRandomGenerator. nextFromListAsSample(java.lang.String listID)
The list is treated as a sample without replacement, i.e.java.lang.String
EmgRandomGenerator. nextHttpURI(boolean addPort, boolean addPath, boolean addQuery, boolean addFragment)
java.lang.String
IEmgRandomGenerator. nextHttpURI(boolean addPort, boolean addPath, boolean addQuery, boolean addFragment)
Generates a random URI that complies to: http:[//host[:port]][/]path[?query][#fragment] The scheme is The host is generated from a random string and uses a top-level domain.int
EmgRandomGenerator. nextInteger(int upper)
int
EmgRandomGenerator. nextInteger(int lower, int upper)
int
IEmgRandomGenerator. nextInteger(int upper)
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random attribute generator's sequence.int
IEmgRandomGenerator. nextInteger(int lower, int upper)
Returns a pseudorandom, uniformly distributed int value between lower and upper (endpoints included), drawn from this random attribute generator's sequence.long
EmgRandomGenerator. nextLong(long upper)
long
EmgRandomGenerator. nextLong(long lower, long upper)
long
IEmgRandomGenerator. nextLong(long upper)
Returns a pseudorandom, uniformly distributed long value between 0 (inclusive) and the specified value (exclusive), drawn from this random attribute generator's sequence.long
IEmgRandomGenerator. nextLong(long lower, long upper)
Returns a pseudorandom, uniformly distributed long value between lower and upper (endpoints included), drawn from this random attribute generator's sequence.java.util.List<java.lang.Object>
EmgRandomGenerator. nextSample(java.lang.String listID, int k)
The listID must be the name of a parameter in the launch configuration.java.util.List<java.lang.Object>
EmgRandomGenerator. nextSample(java.util.Collection<?> c, int k)
java.util.List<java.lang.Object>
IEmgRandomGenerator. nextSample(java.lang.String listID, int k)
Returns an array of k objects selected randomly from the list using a uniform distribution.java.util.List<java.lang.Object>
IEmgRandomGenerator. nextSample(java.util.Collection<?> c, int k)
Returns an array of k objects selected randomly from the Collection c using a uniform distribution.java.lang.String
EmgRandomGenerator. nextURI()
java.lang.String
EmgRandomGenerator. nextURI(boolean addPort, boolean addPath, boolean addQuery, boolean addFragment)
java.lang.String
IEmgRandomGenerator. nextURI()
Generates a random URI.java.lang.String
IEmgRandomGenerator. nextURI(boolean addPort, boolean addPath, boolean addQuery, boolean addFragment)
Generates a random URI that complies to: scheme:[//[user:password@]host[:port]][/]path[?query][#fragment] The scheme is randomly selected from: http, ssh and ftp.double
IEmgRandomGenerator. nextValue()
Returns the next pseudorandom, value from this random attribute generator's sequence. -
Uses of EolRuntimeException in org.eclipse.epsilon.eml
Methods in org.eclipse.epsilon.eml that throw EolRuntimeException Modifier and Type Method Description protected void
EmlModule. prepareContext()
protected java.lang.Object
EmlModule. processRules()
Main execution logic. -
Uses of EolRuntimeException in org.eclipse.epsilon.eml.dom
Methods in org.eclipse.epsilon.eml.dom that throw EolRuntimeException Modifier and Type Method Description boolean
MergeRule. appliesTo(Match match, IEmlContext context)
void
MergeRule. executeSuperRulesAndBody(Match match, java.util.Collection<java.lang.Object> targets, IEmlContext context)
java.lang.Object
EquivalentAssignmentStatement. getValueEquivalent(java.lang.Object source, java.lang.Object value, IEolContext context_)
boolean
MergeRule. isPrimary(IEmlContext context)
java.util.Collection<?>
MergeRule. merge(Match match, java.util.Collection<java.lang.Object> targets, IEmlContext context)
java.util.Collection<?>
MergeRule. merge(Match match, IEmlContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eml.execute.operations
Methods in org.eclipse.epsilon.eml.execute.operations that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
EquivalentOperation. execute(java.lang.Object source, java.util.List<?> parameters, IEolContext context, ModuleElement ast)
java.lang.Object
EquivalentsOperation. execute(java.lang.Object source, java.util.List<?> parameters, IEolContext context, ModuleElement ast)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eml.strategy
Methods in org.eclipse.epsilon.eml.strategy that throw EolRuntimeException Modifier and Type Method Description java.util.Collection<?>
DefaultMergingStrategy. getEquivalents(java.lang.Object source, IErlContext context, java.util.List<java.lang.String> rules)
java.util.List<MergeRule>
DefaultMergingStrategy. getRulesFor(Match match, IEmlContext context)
void
DefaultMergingStrategy. mergeModels(IEmlContext context)
void
IMergingStrategy. mergeModels(IEmlContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol
Methods in org.eclipse.epsilon.eol that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
EolModule. execute()
java.lang.Object
IEolModule. execute()
java.lang.Object
EolModule. executeImpl()
protected void
EolModule. prepareContext()
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.dom
Methods in org.eclipse.epsilon.eol.dom that throw EolRuntimeException Modifier and Type Method Description protected void
Operation. checkResultType(java.lang.Object result, IEolContext context)
protected void
Operation. evaluatePostConditions(IEolContext context, java.lang.Object result)
protected void
Operation. evaluatePreConditions(IEolContext context)
java.lang.Object
AbortStatement. execute(IEolContext context)
java.lang.Boolean
AndOperatorExpression. execute(IEolContext context)
java.lang.Object
AssignmentStatement. execute(IEolContext context)
java.lang.Object
BreakStatement. execute(IEolContext context)
java.util.Collection<T>
CollectionLiteralExpression. execute(IEolContext context)
java.lang.Object
ComplexOperationCallExpression. execute(IEolContext context)
java.lang.Object
ContinueStatement. execute(IEolContext context)
java.lang.Void
DeleteStatement. execute(IEolContext context)
java.lang.Number
DivOperatorExpression. execute(java.lang.Object o1, java.lang.Object o2, IEolContext context)
abstract java.lang.Object
EagerOperatorExpression. execute(java.lang.Object o1, java.lang.Object o2, IEolContext context)
java.lang.Object
EagerOperatorExpression. execute(IEolContext context)
java.lang.Object
ElvisOperatorExpression. execute(IEolContext context)
java.lang.Object
EnumerationLiteralExpression. execute(IEolContext context)
java.lang.Boolean
EqualsOperatorExpression. execute(java.lang.Object o1, java.lang.Object o2, IEolContext context)
java.lang.Object
ExecutableAnnotation. execute(IEolContext context)
T
ExecutableBlock. execute(IEolContext context)
T
ExecutableBlock. execute(IEolContext context, boolean inNewFrame, FrameType frameType, Variable... variables)
T
ExecutableBlock. execute(IEolContext context, boolean inNewFrame, Variable... variables)
T
ExecutableBlock. execute(IEolContext context, Variable... variables)
java.lang.Object
ExpressionInBrackets. execute(IEolContext context)
java.lang.Object
ExpressionStatement. execute(IEolContext context)
java.lang.Object
FirstOrderOperationCallExpression. execute(IEolContext context)
Return
ForStatement. execute(IEolContext context)
java.lang.Boolean
GreaterEqualOperatorExpression. execute(java.lang.Object o1, java.lang.Object o2, IEolContext context)
java.lang.Boolean
GreaterThanOperatorExpression. execute(java.lang.Object o1, java.lang.Object o2, IEolContext context)
java.lang.Object
IExecutableModuleElement. execute(IEolContext context)
java.lang.Object
IExecutableModuleElementParameter. execute(IEolContext context, java.lang.Object parameter)
java.lang.Object
IfStatement. execute(IEolContext context)
java.lang.Boolean
ImpliesOperatorExpression. execute(IEolContext context)
java.lang.Object
ItemSelectorExpression. execute(IEolContext context)
java.lang.Boolean
LessEqualOperatorExpression. execute(java.lang.Object o1, java.lang.Object o2, IEolContext context)
java.lang.Boolean
LessThanOperatorExpression. execute(java.lang.Object o1, java.lang.Object o2, IEolContext context)
T
LiteralExpression. execute(IEolContext context)
java.util.Map<K,V>
MapLiteralExpression. execute(IEolContext context)
java.lang.Object
MinusOperatorExpression. execute(java.lang.Object o1, java.lang.Object o2, IEolContext context)
java.lang.Object
NameExpression. execute(IEolContext context)
java.lang.Object
NameExpression. execute(IEolContext context, boolean returnVariable)
java.lang.Object
NegativeOperatorExpression. execute(java.lang.Object o1, java.lang.Object o2, IEolContext context)
java.lang.Object
NewInstanceExpression. execute(IEolContext context)
java.lang.Boolean
NotEqualsOperatorExpression. execute(java.lang.Object o1, java.lang.Object o2, IEolContext context)
java.lang.Boolean
NotOperatorExpression. execute(IEolContext context)
java.lang.Object
Operation. execute(java.lang.Object self, java.util.List<?> parameterValues, IEolContext context)
java.lang.Object
Operation. execute(java.lang.Object self, java.util.List<?> parameterValues, IEolContext context, boolean inNewStackFrame)
java.lang.Object
OperationCallExpression. execute(IEolContext context)
java.lang.Boolean
OrOperatorExpression. execute(IEolContext context)
java.lang.Object
PlusOperatorExpression. execute(java.lang.Object o1, java.lang.Object o2, IEolContext context)
java.lang.Object
PostfixOperatorExpression. execute(IEolContext context)
java.lang.Object
PropertyCallExpression. execute(java.lang.Object source, NameExpression propertyNameExpression, IEolContext context)
java.lang.Object
PropertyCallExpression. execute(IEolContext context)
Return
ReturnStatement. execute(IEolContext context)
Return
StatementBlock. execute(IEolContext context)
Return
SwitchStatement. execute(IEolContext context)
java.lang.Object
TernaryExpression. execute(IEolContext context)
java.lang.Void
ThrowStatement. execute(IEolContext context)
java.lang.Number
TimesOperatorExpression. execute(java.lang.Object o1, java.lang.Object o2, IEolContext context)
java.lang.Object
TransactionStatement. execute(IEolContext context)
EolType
TypeExpression. execute(IEolContext context)
Variable
VariableDeclaration. execute(IEolContext context)
java.lang.Object
WhileStatement. execute(IEolContext context)
java.lang.Boolean
XorOperatorExpression. execute(IEolContext context)
protected java.lang.Object
ExecutableBlock. executeBlockOrExpressionAst(IExecutableModuleElement ast, IEolContext context)
java.lang.Object
ExecutableBlock. executeBody(IEolContext context)
protected java.lang.Object
Operation. executeBody(IEolContext context)
java.util.List<java.lang.Object>
AnnotatableModuleElement. getAnnotationsValues(java.lang.String name, IEolContext context)
boolean
AnnotatableModuleElement. getBooleanAnnotationValue(java.lang.String name, IEolContext context)
boolean
AnnotatableModuleElement. getBooleanAnnotationValue(java.lang.String name, IEolContext context, boolean ifNotExists, boolean ifNoValue)
boolean
AnnotatableModuleElement. getBooleanAnnotationValue(java.lang.String name, IEolContext context, java.util.function.Supplier<? extends Variable[]> variables)
boolean
AnnotatableModuleElement. getBooleanAnnotationValue(java.lang.String name, IEolContext context, Variable... variables)
EolType
Operation. getContextType(IEolContext context)
Operation
OperationList. getOperation(java.lang.Object object, java.lang.String name, java.util.List<?> parameters, boolean ofTypeOnly, IEolContext context)
Operation
OperationList. getOperation(java.lang.Object object, java.lang.String name, java.util.List<?> parameters, IEolContext context)
Operation
OperationList. getOperation(java.lang.Object source, NameExpression operationNameExpression, java.util.List<?> parameters, IEolContext context)
java.util.Collection<Operation>
OperationList. getOperations(java.lang.Object object, java.lang.String name, java.util.List<?> parameters, boolean ofTypeOnly, IEolContext context)
java.util.Collection<Operation>
OperationList. getOperations(java.lang.Object object, java.lang.String name, java.util.List<?> parameters, boolean ofTypeOnly, IEolContext context, boolean returnOne)
EolType
Operation. getReturnType(IEolContext context)
EolType
Parameter. getType(IEolContext context)
abstract java.lang.Object
Annotation. getValue(IEolContext context)
java.lang.Object
ExecutableAnnotation. getValue(IEolContext context)
java.lang.String
SimpleAnnotation. getValue(IEolContext context)
protected java.lang.Object
AssignmentStatement. getValueEquivalent(java.lang.Object source, java.lang.Object value, IEolContext context)
protected java.lang.Object
TypeInitialiser. initialiseType(EolType type, java.util.List<Expression> parameters, IEolContext context, boolean createIfNonPrimitive)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.dt
Methods in org.eclipse.epsilon.eol.dt that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
ExtensionPointToolNativeTypeDelegate. createInstance(java.lang.String clazz, java.util.List<java.lang.Object> parameters)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.dt.debug
Methods in org.eclipse.epsilon.eol.dt.debug that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
EolDebugger. debug(IEolModule module)
java.lang.Object
EolDebugTarget. debug()
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.dt.launching
Methods in org.eclipse.epsilon.eol.dt.launching that throw EolRuntimeException Modifier and Type Method Description protected void
EpsilonLaunchConfigurationDelegate. postExecute(IEolModule module)
protected void
EpsilonLaunchConfigurationDelegate. preExecute(IEolModule module)
static void
EclipseContextManager. setup(IEolContext context, org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor progressMonitor, org.eclipse.debug.core.ILaunch launch)
static void
EclipseContextManager. setup(IEolContext context, org.eclipse.debug.core.ILaunchConfiguration configuration, org.eclipse.core.runtime.IProgressMonitor progressMonitor, org.eclipse.debug.core.ILaunch launch, boolean loadModels)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.engine.test.acceptance.util
Methods in org.eclipse.epsilon.eol.engine.test.acceptance.util that return EolRuntimeException Modifier and Type Method Description static EolRuntimeException
EolAcceptanceTestUtil. executeReturnException(java.lang.String code, IEolModule module)
Methods in org.eclipse.epsilon.eol.engine.test.acceptance.util with parameters of type EolRuntimeException Modifier and Type Method Description static void
EolAcceptanceTestUtil. testExceptionEquivalence(EolRuntimeException expected, EolRuntimeException actual)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.exceptions
Subclasses of EolRuntimeException in org.eclipse.epsilon.eol.exceptions Modifier and Type Class Description class
EolAssertionException
Exception which is thrown when the expectations in a test case are not met.class
EolIllegalOperationException
class
EolIllegalOperationParametersException
class
EolIllegalPropertyAssignmentException
class
EolIllegalPropertyException
class
EolIllegalReturnException
class
EolIllegalVariableAssignmentException
class
EolInternalException
class
EolNoReturnException
class
EolNotApplicableOperationException
class
EolNullPointerException
class
EolReadOnlyPropertyException
class
EolReadOnlyVariableException
class
EolRedefinedVariableException
class
EolRuntimeExceptionReference
class
EolTypeNotFoundException
class
EolUndefinedVariableException
class
EolUserException
Fields in org.eclipse.epsilon.eol.exceptions declared as EolRuntimeException Modifier and Type Field Description protected EolRuntimeException
EolRuntimeExceptionReference. exception
Methods in org.eclipse.epsilon.eol.exceptions that return EolRuntimeException Modifier and Type Method Description static EolRuntimeException
EolRuntimeException. findCause(java.lang.Throwable runtimeEx)
Traverses the causes of the (usually unchecked) exception to find an EolRuntimeException.EolRuntimeException
EolRuntimeExceptionReference. getException()
static EolRuntimeException
EolRuntimeException. wrap(java.lang.Throwable t)
Methods in org.eclipse.epsilon.eol.exceptions with parameters of type EolRuntimeException Modifier and Type Method Description void
EolRuntimeExceptionReference. setException(EolRuntimeException exception)
Methods in org.eclipse.epsilon.eol.exceptions that throw EolRuntimeException Modifier and Type Method Description static void
EolRuntimeException. propagate(java.lang.Throwable t)
static void
EolRuntimeException. propagateDetailed(java.lang.Throwable t)
Constructors in org.eclipse.epsilon.eol.exceptions with parameters of type EolRuntimeException Constructor Description EolRuntimeExceptionReference(EolRuntimeException original)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.exceptions.concurrent
Subclasses of EolRuntimeException in org.eclipse.epsilon.eol.exceptions.concurrent Modifier and Type Class Description class
EolNestedParallelismException
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.exceptions.flowcontrol
Subclasses of EolRuntimeException in org.eclipse.epsilon.eol.exceptions.flowcontrol Modifier and Type Class Description class
EolAbortTransactionException
class
EolBreakException
class
EolContinueException
class
EolReturnException
class
EolTerminationException
class
EolTernaryException
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.exceptions.models
Subclasses of EolRuntimeException in org.eclipse.epsilon.eol.exceptions.models Modifier and Type Class Description class
EolEnumerationValueNotFoundException
class
EolInvalidMetaModelException
class
EolModelElementTypeNotFoundException
class
EolModelLoadingException
class
EolModelNotFoundException
class
EolNotAModelElementException
class
EolNotAnEnumerationValueException
class
EolNotInstantiableModelElementTypeException
class
EolReadOnlyModelException
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.execute
Methods in org.eclipse.epsilon.eol.execute that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
ExecutorFactory. execute(ModuleElement moduleElement, IEolContext context)
java.lang.Object
ExecutorFactory. execute(IExecutableModuleElementParameter moduleElement, IEolContext context, java.lang.Object parameter)
protected java.lang.Object
ExecutorFactory. executeImpl(IExecutableModuleElementParameter moduleElement, IEolContext context, java.lang.Object parameter)
protected void
ExecutorFactory. postExecuteFailure(ModuleElement moduleElement, java.lang.Exception ex, IEolContext context)
Overriding classes must call this super method.protected void
ExecutorFactory. preExecute(ModuleElement moduleElement, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.execute.context
Methods in org.eclipse.epsilon.eol.execute.context that throw EolRuntimeException Modifier and Type Method Description void
AsyncStatementInstance. execute(IEolContext context)
void
Variable. setValue(java.lang.Object newValue, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.execute.context.concurrent
Methods in org.eclipse.epsilon.eol.execute.context.concurrent that throw EolRuntimeException Modifier and Type Method Description void
EolContextParallel. endParallelTask()
void
IEolContextParallel. endParallelTask()
Must be called once parallel processing has finished.default <T> java.util.List<T>
IEolContextParallel. executeAll(ModuleElement entryPoint, java.util.Collection<? extends java.util.concurrent.Callable<? extends T>> jobs)
Executes all of the tasks in parallel, blocking until they have completed.default <T> T
IEolContextParallel. executeAny(ModuleElement entryPoint, java.util.Collection<? extends java.util.concurrent.Callable<? extends T>> jobs)
Submits all jobs and waits until either all jobs have completed, or#completeShortCircuit(ModuleElement, Object)
is called.java.lang.Object
EolContextParallel. executeJob(java.lang.Object job)
Evaluates the job using this context's parallel execution facilities. -
Uses of EolRuntimeException in org.eclipse.epsilon.eol.execute.control
Methods in org.eclipse.epsilon.eol.execute.control with parameters of type EolRuntimeException Modifier and Type Method Description void
ExecutionProfiler. finishedExecutingWithException(ModuleElement ast, EolRuntimeException exception, IEolContext context)
void
IExecutionListener. finishedExecutingWithException(ModuleElement ast, EolRuntimeException exception, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.execute.introspection
Methods in org.eclipse.epsilon.eol.execute.introspection that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
ExtendedPropertyGetter. invoke(java.lang.Object object, java.lang.String property, IEolContext context)
void
ExtendedPropertySetter. invoke(java.lang.Object target, java.lang.String property, java.lang.Object value, IEolContext context)
default java.lang.Object
IPropertyGetter. invoke(java.lang.Object object, java.lang.String property)
This method is provided for backwards compatibility and convenience.java.lang.Object
IPropertyGetter. invoke(java.lang.Object object, java.lang.String property, IEolContext context)
Invokes a property on a model element.default void
IPropertySetter. invoke(java.lang.Object target, java.lang.String property, java.lang.Object value)
This method is provided only for convenience.void
IPropertySetter. invoke(java.lang.Object target, java.lang.String property, java.lang.Object value, IEolContext context)
Sets a property on a given object to the specified value.java.lang.Object
TuplePropertyGetter. invoke(java.lang.Object object, java.lang.String property, IEolContext context)
void
TuplePropertySetter. invoke(java.lang.Object object, java.lang.String property, java.lang.Object value, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.execute.introspection.java
Methods in org.eclipse.epsilon.eol.execute.introspection.java that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
ObjectMethod. execute(java.lang.Object[] parameters, ModuleElement ast)
java.lang.Object
ObjectMethod. execute(ModuleElement ast, java.lang.Object... parameters)
Convenience method for invokingObjectMethod.execute(Object[], ModuleElement)
without needing to wrap parameters into an array.java.lang.Object
ObjectMethod. execute(ModuleElement ast, IEolContext context, java.lang.Object... parameters)
Special handling (pre/post-processing) of method invocations.java.lang.Object
JavaPropertyGetter. invoke(java.lang.Object object, java.lang.String property, IEolContext context)
void
JavaPropertySetter. invoke(java.lang.Object target, java.lang.String property, java.lang.Object value, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.execute.introspection.recording
Methods in org.eclipse.epsilon.eol.execute.introspection.recording with parameters of type EolRuntimeException Modifier and Type Method Description void
PropertyAccessExecutionListener. finishedExecutingWithException(ModuleElement ast, EolRuntimeException exception, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.execute.operations
Methods in org.eclipse.epsilon.eol.execute.operations that throw EolRuntimeException Modifier and Type Method Description abstract java.lang.Object
AbstractOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.lang.Object
DynamicOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.LinkedHashMap<Expression,java.util.List<Parameter>> lambdas, IEolContext context)
java.lang.Object
DynamicOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.execute.operations.declarative
Methods in org.eclipse.epsilon.eol.execute.operations.declarative that throw EolRuntimeException Modifier and Type Method Description protected void
ClosureOperation. closure(java.util.Collection<java.lang.Object> closure, java.util.Collection<?> source, Parameter parameter, Expression expression, IEolContext context)
protected static Variable
FirstOrderOperation. createIteratorVariable(java.lang.Object item, Parameter parameter, IEolContext context)
EolMap<?,?>
AggregateOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.lang.Object
AsOperation. execute(java.lang.Object source, java.util.List<?> parameters, IEolContext context, ModuleElement ast)
java.lang.Object
AsOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.lang.Object
ClosureOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.util.Collection<?>
CollectOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.lang.Integer
CountOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.lang.Boolean
ExistsOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.lang.Object
FindOneOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.lang.Object
FindOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.lang.Object
FirstOrderOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.lang.Object
FirstOrderOperation. execute(java.lang.Object target, Variable iterator, Expression expression, IEolContext context)
Deprecated.Use one of the other execute methods insteadjava.lang.Boolean
ForAllOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
EolMap<java.lang.Object,EolSequence<java.lang.Object>>
MapByOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
protected boolean
NMatchOperation. execute(int sourceSize, int targetMatches, java.util.Collection<java.lang.Object> source, NameExpression operationNameExpression, java.util.List<Parameter> iterators, Expression expression, IEolContext context)
java.lang.Boolean
NMatchOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.util.Collection<?>
RejectOneOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.util.Collection<?>
RejectOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.lang.Object
SelectOneOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.util.Collection<?>
SelectOperation. execute(boolean returnOnMatch, java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, Expression expression, IEolContext context)
java.util.Collection<?>
SelectOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.lang.Object
SelectOperation. execute(java.lang.Object target, Variable iterator, Expression expression, IEolContext context, boolean returnOnMatch)
Deprecated.Use one of the other execute methods insteadEolSequence<java.lang.Object>
SortByOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
protected <F> F
FirstOrderOperation. resolve(java.lang.Class<?> fType, NameExpression operationNameExpression, java.util.List<Parameter> iterators, Expression expression, IEolContext context)
protected CheckedEolFunction<java.lang.Object,?>
FirstOrderOperation. resolveFunction(NameExpression operationNameExpression, java.util.List<Parameter> iterators, Expression expression, IEolContext context)
protected CheckedEolPredicate<java.lang.Object>
FirstOrderOperation. resolvePredicate(NameExpression operationNameExpression, java.util.List<Parameter> iterators, Expression expression, IEolContext context)
protected java.util.Collection<java.lang.Object>
FirstOrderOperation. resolveSource(java.lang.Object target, java.util.List<Parameter> iterators, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.execute.operations.declarative.concurrent
Methods in org.eclipse.epsilon.eol.execute.operations.declarative.concurrent that throw EolRuntimeException Modifier and Type Method Description java.util.Collection<?>
ParallelCollectOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context_)
java.lang.Integer
ParallelCountOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context_)
EolMap<java.lang.Object,EolSequence<java.lang.Object>>
ParallelMapByOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context_)
protected boolean
ParallelNMatchOperation. execute(int sourceSize, int targetMatches, java.util.Collection<java.lang.Object> source, NameExpression operationNameExpression, java.util.List<Parameter> iterators, Expression expression, IEolContext context_)
java.util.Collection<?>
ParallelSelectOperation. execute(boolean returnOnMatch, java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, Expression expression, IEolContext context_)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.execute.operations.simple
Methods in org.eclipse.epsilon.eol.execute.operations.simple that throw EolRuntimeException Modifier and Type Method Description abstract java.lang.Object
SimpleOperation. execute(java.lang.Object source, java.util.List<?> parameters, IEolContext context, ModuleElement ast)
java.lang.Object
SimpleOperation. execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.execute.operations.simple.assertions
Methods in org.eclipse.epsilon.eol.execute.operations.simple.assertions that throw EolRuntimeException Modifier and Type Method Description java.lang.Void
AssertOperation. execute(java.lang.Object source, java.util.List<?> parameters, IEolContext context, ModuleElement ast)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.function
Methods in org.eclipse.epsilon.eol.function that throw EolRuntimeException Modifier and Type Method Description void
CheckedEolBiConsumer. acceptThrows(T t, U u)
void
CheckedEolConsumer. acceptThrows(T t)
default java.lang.Void
CheckedEolBiConsumer. applyThrows(T t, U u)
R
CheckedEolBiFunction. applyThrows(T t, U u)
T
CheckedEolBinaryOperator. applyThrows(T t, T u)
default java.lang.Boolean
CheckedEolBiPredicate. applyThrows(T t, U u)
default java.lang.Boolean
CheckedEolPredicate. applyThrows(T t)
T
CheckedEolUnaryOperator. applyThrows(T t)
static <R> R
EolLambdaFactory. executeExpression(IEolContext context, ModuleElement ast, java.lang.Class<R> expectedReturnType, Expression expression, java.util.List<Parameter> params, java.lang.Object... paramValues)
R
CheckedEolSupplier. getThrows()
void
CheckedEolRunnable. runThrows()
boolean
CheckedEolBiPredicate. testThrows(T t, U u)
boolean
CheckedEolPredicate. testThrows(T t)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.launch
Method parameters in org.eclipse.epsilon.eol.launch with type arguments of type EolRuntimeException Modifier and Type Method Description default void
ProfilableIEolModule. profileExecution(java.util.function.Consumer<EolRuntimeException> exceptionHandler)
Methods in org.eclipse.epsilon.eol.launch that throw EolRuntimeException Modifier and Type Method Description protected java.lang.Object
EolRunConfiguration. execute()
default java.lang.Object
ProfilableIEolModule. profileExecution()
default <T> void
ProfilableIEolModule. profileExecutionStage(java.lang.String description, CheckedEolConsumer<T> code, T argument)
default <T,R>
RProfilableIEolModule. profileExecutionStage(java.lang.String description, CheckedEolFunction<T,R> code, T argument)
default void
ProfilableIEolModule. profileExecutionStage(java.lang.String description, CheckedEolRunnable code)
default <R> R
ProfilableIEolModule. profileExecutionStage(java.lang.String description, CheckedEolSupplier<R> code)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.models
Methods in org.eclipse.epsilon.eol.models that throw EolRuntimeException Modifier and Type Method Description void
CachedModel. deleteElement(java.lang.Object o)
void
IModel. deleteElement(java.lang.Object instance)
void
ModelGroup. deleteElement(java.lang.Object instance)
void
ModelReference. deleteElement(java.lang.Object instance)
protected abstract boolean
CachedModel. deleteElementInModel(java.lang.Object instance)
Returns true iff the given instance was deleted from the model.protected boolean
CachedModelTests.SimpleCachedModel. deleteElementInModel(java.lang.Object instance)
java.util.Collection<?>
ISearchableModel. find(Variable iterator, ModuleElement ast, IEolContext context)
java.lang.Object
ISearchableModel. findOne(Variable iterator, ModuleElement ast, IEolContext context)
java.lang.Object
ModelGroup.DelegatingModelElementPropertyGetter. invoke(java.lang.Object object, java.lang.String property, IEolContext context)
void
ModelGroup.DelegatingModelElementPropertySetter. invoke(java.lang.Object target, java.lang.String property, java.lang.Object value, IEolContext context)
boolean
IModel. isPropertySet(java.lang.Object instance, java.lang.String property)
Returnstrue
if this instance has an explicit value for this property.boolean
Model. isPropertySet(java.lang.Object instance, java.lang.String property)
boolean
ModelReference. isPropertySet(java.lang.Object instance, java.lang.String property)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.models.java
Methods in org.eclipse.epsilon.eol.models.java that throw EolRuntimeException Modifier and Type Method Description void
JavaModel. deleteElement(java.lang.Object instance)
void
JavaObjectModel. deleteElement(java.lang.Object instance)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.tools
Methods in org.eclipse.epsilon.eol.tools that throw EolRuntimeException Modifier and Type Method Description void
SchedulerTool. addJob(java.lang.String operationName, int period)
void
SchedulerTool. addJob(java.lang.String operationName, int period, int times)
IModel
ModelFactory. createModel(java.lang.String name, java.lang.String clazz)
void
EolSystem. execAsync()
void
SchedulerTool. schedule(java.lang.String operationName, int period)
void
SchedulerTool. schedule(java.lang.String operationName, int period, int times)
void
SchedulerTool. start()
void
SchedulerTool. start(int time)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.types
Methods in org.eclipse.epsilon.eol.types that throw EolRuntimeException Modifier and Type Method Description abstract java.lang.Object
AbstractToolNativeTypeDelegate. createInstance(java.lang.String clazz, java.util.List<java.lang.Object> parameters)
java.lang.Object
AbstractToolNativeTypeDelegate. createInstance(java.lang.String clazz, java.util.List<java.lang.Object> parameters, IEolContext context)
java.lang.Object
EolAnyType. createInstance()
java.lang.Object
EolAnyType. createInstance(java.util.List<java.lang.Object> parameters)
java.lang.Object
EolClasspathNativeTypeDelegate. createInstance(java.lang.String clazz, java.util.List<java.lang.Object> parameters)
java.util.Collection<java.lang.Object>
EolCollectionType. createInstance()
java.lang.Object
EolCollectionType. createInstance(java.util.List<java.lang.Object> parameters)
EolMap<java.lang.Object,java.lang.Object>
EolMapType. createInstance()
EolMap<java.lang.Object,java.lang.Object>
EolMapType. createInstance(java.util.List<java.lang.Object> parameters)
java.lang.Object
EolModelElementType. createInstance()
java.lang.Object
EolModelElementType. createInstance(java.util.List<java.lang.Object> parameters)
java.lang.Object
EolModelType. createInstance(java.util.List<java.lang.Object> parameters)
java.lang.Object
EolNativeType. createInstance()
java.lang.Object
EolNativeType. createInstance(java.util.List<java.lang.Object> parameters)
java.lang.Void
EolNoType. createInstance()
java.lang.Object
EolPrimitiveType. createInstance(java.util.List<java.lang.Object> parameters)
EolTuple
EolTupleType. createInstance()
EolTuple
EolTupleType. createInstance(java.util.List<java.lang.Object> parameters)
abstract java.lang.Object
EolType. createInstance()
abstract java.lang.Object
EolType. createInstance(java.util.List<java.lang.Object> parameters)
java.lang.Object
IToolNativeTypeDelegate. createInstance(java.lang.String clazz, java.util.List<java.lang.Object> parameters, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eol.util
Methods in org.eclipse.epsilon.eol.util that throw EolRuntimeException Modifier and Type Method Description static java.lang.Object
ReflectionUtil. executeMethod(java.lang.Object obj, java.lang.reflect.Method method, ModuleElement ast, java.lang.Object... parameters)
-
Uses of EolRuntimeException in org.eclipse.epsilon.epl
Methods in org.eclipse.epsilon.epl that throw EolRuntimeException Modifier and Type Method Description protected CombinationGenerator<java.lang.Object>
EplModule. createCombinationGenerator(Role role)
protected PatternMatchModel
AbstractEplModule. createModel()
PatternMatchModel factory method.protected java.lang.Object
AbstractEplModule. executeDoBlock(ExecutableBlock<?> doBlock, java.util.Map<java.lang.String,java.lang.Object> roleBindings)
Executes the do block with the specified variables.protected java.util.Collection<?>
AbstractEplModule. filterElements(ExecutableBlock<java.lang.Boolean> guard, java.lang.String roleName, java.util.Collection<?> currentInstances)
Executes the guard block when called byAbstractEplModule.getAllRoleInstances(Role, String, Collection)
java.util.Collection<?>
AbstractEplModule.LazyAdvancedRoleInstancesInitializer. get(Role role, java.lang.String roleName, java.util.Collection<?> currentInstances)
java.util.Collection<?>
AbstractEplModule.LazyBasicRoleInstancesInitializer. get(Role role, java.lang.String roleName)
protected abstract java.util.Iterator<? extends java.util.Collection<? extends java.lang.Iterable<?>>>
AbstractEplModule. getCandidates(Pattern pattern)
The dimensions of the returned nested Iterables are as follows:
Outer: The number of roles in the pattern (i.e.protected java.util.Iterator<java.util.List<java.util.List<java.lang.Object>>>
EplModule. getCandidates(Pattern pattern)
protected boolean
AbstractEplModule. getMatchResult(Pattern pattern)
Gets the result of the match block for the specified pattern.protected java.util.Collection<?>
AbstractEplModule. getRoleInstances(Role role, java.lang.String roleName)
Executes the role, returning applicable model elements which satisfy the conditions specified in the role.protected CompositeCombinationGenerator<java.lang.Object>
EplModule. initGenerator(Pattern pattern)
Create a new CompositeCombinationGenerator, add the generator for each role and attach the validator.protected boolean
AbstractEplModule. isValidCombination(Pattern pattern, java.util.List<? extends java.lang.Iterable<?>> combination)
Validates whether the given combination matches the constraints imposed by the pattern.java.util.Collection<PatternMatch>
AbstractEplModule. match(Pattern pattern)
This method provides the main high-level execution logic for EPL.java.util.Collection<PatternMatch>
IEplModule. match(Pattern pattern)
protected java.util.Optional<PatternMatch>
AbstractEplModule. matchCombination(java.util.Collection<? extends java.lang.Iterable<?>> combination, Pattern pattern)
Executes the match, onmatch and/or nomatch blocks.PatternMatchModel
AbstractEplModule. matchPatterns()
protected java.util.Set<PatternMatch>
AbstractEplModule. matchPatterns(int level, PatternMatchModel model)
Adds all matches returned byIEplModule#match()
to the match model for all patterns at the specified level.PatternMatchModel
IEplModule. matchPatterns()
protected boolean
AbstractEplModule. negativeGuard(ExecutableBlock<java.lang.Boolean> guard, java.lang.String roleName, java.util.Collection<?> currentInstances)
Executes the guard block when called byAbstractEplModule.getNegativeRoleInstances(Role, String, Collection)
protected void
AbstractEplModule. postProcessMatches(int level, java.util.Collection<PatternMatch> matches)
Executes the do block for all matched patterns at the specified level.protected void
AbstractEplModule. preMatch(PatternMatchModel model)
Pre-processes the model.protected java.lang.Object
AbstractEplModule. processRules()
protected abstract java.util.Collection<?>
AbstractEplModule. wrapAdvancedRoleInstances(Role role, java.lang.String roleName, java.util.Collection<?> currentInstances, AbstractEplModule.LazyAdvancedRoleInstancesInitializer initializer)
protected DynamicList<java.lang.Object>
EplModule. wrapAdvancedRoleInstances(Role role, java.lang.String roleName, java.util.Collection<?> currentInstances_, AbstractEplModule.LazyAdvancedRoleInstancesInitializer initializer)
protected abstract java.util.Collection<?>
AbstractEplModule. wrapBasicRoleInstances(Role role, java.lang.String roleName, AbstractEplModule.LazyBasicRoleInstancesInitializer initializer)
Wraps the result ofAbstractEplModule.preprocessRoleInstances(Role, String)
into the specified collection.protected DynamicList<java.lang.Object>
EplModule. wrapBasicRoleInstances(Role role, java.lang.String roleName, AbstractEplModule.LazyBasicRoleInstancesInitializer initializer)
-
Uses of EolRuntimeException in org.eclipse.epsilon.epl.combinations
Fields in org.eclipse.epsilon.epl.combinations with type parameters of type EolRuntimeException Modifier and Type Field Description protected CompositeCombinationValidator<T,EolRuntimeException>
CompositeCombinationGenerator. validator
Methods in org.eclipse.epsilon.epl.combinations that return types with arguments of type EolRuntimeException Modifier and Type Method Description ExceptionHandler<EolRuntimeException>
DynamicList. getExceptionHandler()
CompositeCombinationValidator<T,EolRuntimeException>
CompositeCombinationGenerator. getValidator()
Method parameters in org.eclipse.epsilon.epl.combinations with type arguments of type EolRuntimeException Modifier and Type Method Description void
DynamicList. setExceptionHandler(ExceptionHandler<EolRuntimeException> exceptionHandler)
void
CompositeCombinationGenerator. setValidator(CompositeCombinationValidator<T,EolRuntimeException> validator)
Methods in org.eclipse.epsilon.epl.combinations that throw EolRuntimeException Modifier and Type Method Description protected abstract java.util.List<T>
DynamicList. getValues()
-
Uses of EolRuntimeException in org.eclipse.epsilon.epl.concurrent
Methods in org.eclipse.epsilon.epl.concurrent that throw EolRuntimeException Modifier and Type Method Description protected java.util.Set<PatternMatch>
EplModuleParallelPatterns. matchPatterns(int level, PatternMatchModel model)
-
Uses of EolRuntimeException in org.eclipse.epsilon.epl.dom
Methods in org.eclipse.epsilon.epl.dom that throw EolRuntimeException Modifier and Type Method Description EolType
Role. getType(IEolContext context)
java.util.List<java.lang.Object>
Domain. getValues(IEolContext context, EolType type)
boolean
Role. isActive(IEolContext context)
boolean
Role. isActive(IEolContext context, boolean forceRecompute)
boolean
Role. isOptional(IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.epl.execute.model
Methods in org.eclipse.epsilon.epl.execute.model that throw EolRuntimeException Modifier and Type Method Description void
PatternMatchModel. deleteElement(java.lang.Object instance)
java.lang.Object
PatternMatchPropertyGetter. invoke(java.lang.Object object, java.lang.String property, IEolContext context)
void
PatternMatchPropertySetter. invoke(java.lang.Object object, java.lang.String property, java.lang.Object value, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.epl.launch
Methods in org.eclipse.epsilon.epl.launch that throw EolRuntimeException Modifier and Type Method Description protected PatternMatchModel
EplRunConfiguration. execute()
-
Uses of EolRuntimeException in org.eclipse.epsilon.erl
Methods in org.eclipse.epsilon.erl that throw EolRuntimeException Modifier and Type Method Description protected void
ErlModule. execute(java.util.List<? extends NamedStatementBlockRule> namedRules)
protected void
ErlModule. execute(java.util.List<? extends NamedStatementBlockRule> namedRules, IEolContext context)
java.lang.Object
ErlModule. executeImpl()
java.util.List<? extends D>
IErlModuleAtomBatches. getAllJobs()
The atomic units of work.default java.util.List<JobBatch>
IErlModuleAtomBatches. getBatchJobs(int batchSize)
Splits the job list (as returned fromIErlModuleAtomBatches.getAllJobs()
into the specified number of batches.void
ErlModule. postExecution()
void
ErlModule. prepareExecution()
protected java.lang.Object
ErlModule. processRules()
Main rule processing logic. -
Uses of EolRuntimeException in org.eclipse.epsilon.erl.concurrent
Methods in org.eclipse.epsilon.erl.concurrent that throw EolRuntimeException Modifier and Type Method Description default boolean
IErlModuleParallelAnnotation. shouldBeParallel(AnnotatableModuleElement ast, java.lang.Object self)
default boolean
IErlModuleParallelAnnotation. shouldBeParallel(AnnotatableModuleElement ast, java.util.function.Supplier<? extends Variable[]> variables)
-
Uses of EolRuntimeException in org.eclipse.epsilon.erl.dom
Methods in org.eclipse.epsilon.erl.dom that throw EolRuntimeException Modifier and Type Method Description Return
NamedStatementBlockRule. execute(IEolContext context)
java.util.Collection<?>
ExtensibleNamedRule. getAllInstances(Parameter parameter, IEolContext context, boolean ofTypeOnly)
java.util.Collection<?>
ExtensibleNamedRule. getAllOfKind(Parameter parameter, IEolContext context)
java.util.Collection<?>
ExtensibleNamedRule. getAllOfType(Parameter parameter, IEolContext context)
boolean
ExtensibleNamedRule. isAbstract(IEolContext context)
boolean
ExtensibleNamedRule. isGreedy(IEolContext context)
boolean
ExtensibleNamedRule. isLazy(IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.erl.exceptions
Subclasses of EolRuntimeException in org.eclipse.epsilon.erl.exceptions Modifier and Type Class Description class
ErlCircularRuleInheritanceException
class
ErlRuleNotFoundException
-
Uses of EolRuntimeException in org.eclipse.epsilon.erl.execute.context.concurrent
Methods in org.eclipse.epsilon.erl.execute.context.concurrent that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
ErlContextParallel. executeJob(java.lang.Object job)
-
Uses of EolRuntimeException in org.eclipse.epsilon.erl.execute.data
Methods in org.eclipse.epsilon.erl.execute.data that throw EolRuntimeException Modifier and Type Method Description protected java.lang.Object
ExecutableRuleAtom. execute()
java.lang.Object
RuleAtom. execute(IErlContext context)
java.lang.Object
ExecutableRuleAtom. getThrows()
void
ExecutableRuleAtom. runThrows()
-
Uses of EolRuntimeException in org.eclipse.epsilon.erl.strategy
Methods in org.eclipse.epsilon.erl.strategy that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
IEquivalentProvider. getEquivalent(java.lang.Object source, IErlContext context, java.util.List<java.lang.String> rules)
java.lang.Object
IEquivalentProvider. getEquivalent(java.util.Collection<?> collection, IErlContext context, java.util.List<java.lang.String> rules)
java.util.Collection<?>
IEquivalentProvider. getEquivalents(java.lang.Object source, IErlContext context, java.util.List<java.lang.String> rules)
java.util.Collection<?>
IEquivalentProvider. getEquivalents(java.util.Collection<?> source, IErlContext context, java.util.List<java.lang.String> rules)
-
Uses of EolRuntimeException in org.eclipse.epsilon.etl
Methods in org.eclipse.epsilon.etl that throw EolRuntimeException Modifier and Type Method Description protected boolean
EtlModule. hasLazyRules()
protected void
EtlModule. prepareContext()
protected java.lang.Object
EtlModule. processRules()
Main execution logic. -
Uses of EolRuntimeException in org.eclipse.epsilon.etl.concurrent
Methods in org.eclipse.epsilon.etl.concurrent that throw EolRuntimeException Modifier and Type Method Description protected void
EtlModuleParallel. prepareContext()
-
Uses of EolRuntimeException in org.eclipse.epsilon.etl.dom
Methods in org.eclipse.epsilon.etl.dom that throw EolRuntimeException Modifier and Type Method Description boolean
TransformationRule. appliesTo(java.lang.Object source, IEtlContext context, boolean asSuperRule)
boolean
TransformationRule. appliesTo(java.lang.Object source, IEtlContext context, boolean asSuperRule, boolean checkTypes)
boolean
TransformationRule. canTransformExcluded(IEtlContext context)
protected void
TransformationRule. executeSuperRulesAndBody(java.lang.Object source, java.util.Collection<java.lang.Object> targets_, IEtlContext context)
java.util.Collection<?>
TransformationRule. getAllInstances(IEtlContext context)
java.lang.Object
EquivalentAssignmentStatement. getValueEquivalent(java.lang.Object source, java.lang.Object value, IEolContext context_)
boolean
TransformationRule. isLazy(IEolContext context)
boolean
TransformationRule. isPrimary(IEtlContext context)
boolean
TransformationRule. shouldBeTransformed(java.lang.Object instance, java.util.Collection<java.lang.Object> excluded, IEtlContext context, boolean overrideLazy)
java.util.Collection<?>
TransformationRule. transform(java.lang.Object source, java.util.Collection<java.lang.Object> targets, IEtlContext context)
java.util.Collection<?>
TransformationRule. transform(java.lang.Object source, IEtlContext context)
void
TransformationRule. transformAll(IEtlContext context, java.util.Collection<java.lang.Object> excluded, boolean includeLazy)
-
Uses of EolRuntimeException in org.eclipse.epsilon.etl.execute.operations
Methods in org.eclipse.epsilon.etl.execute.operations that throw EolRuntimeException Modifier and Type Method Description protected java.lang.Object
EquivalentOperation. executeImpl(java.lang.Object source, IEtlContext context, java.util.List<java.lang.String> rules)
protected java.lang.Object
EquivalentOperation. executeImpl(java.util.Collection<?> source, IEtlContext context, java.util.List<java.lang.String> rules)
protected java.util.Collection<?>
EquivalentsOperation. executeImpl(java.lang.Object source, IEtlContext context, java.util.List<java.lang.String> rules)
protected java.util.Collection<?>
EquivalentsOperation. executeImpl(java.util.Collection<?> source, IEtlContext context, java.util.List<java.lang.String> rules)
-
Uses of EolRuntimeException in org.eclipse.epsilon.etl.strategy
Methods in org.eclipse.epsilon.etl.strategy that throw EolRuntimeException Modifier and Type Method Description protected void
FastTransformationStrategy. executeTransformations(java.util.Collection<Transformation> transformations, IEtlContext context)
default java.lang.Object
ITransformationStrategy. getEquivalent(java.lang.Object source, IErlContext context_, java.util.List<java.lang.String> rules)
default java.util.Collection<?>
ITransformationStrategy. getEquivalent(java.util.Collection<?> collection, IErlContext context_, java.util.List<java.lang.String> rules)
java.util.Collection<?>
DefaultTransformationStrategy. getEquivalents(java.lang.Object source, IErlContext context_, java.util.List<java.lang.String> rules)
java.util.Collection<?>
FastTransformationStrategy. getEquivalents(java.lang.Object source, IErlContext context_, java.util.List<java.lang.String> rules)
default java.util.Collection<?>
ITransformationStrategy. getEquivalents(java.util.Collection<?> collection, IErlContext context_, java.util.List<java.lang.String> rules)
protected java.util.List<TransformationRule>
AbstractTransformationStrategy. getExecutableRules(IEtlContext context)
protected java.util.List<TransformationRule>
AbstractTransformationStrategy. getRulesFor(java.lang.Object source, IEtlContext context)
java.util.Collection<?>
DefaultTransformationStrategy. transform(java.lang.Object source, IEtlContext context, java.util.List<java.lang.String> rules)
java.util.Collection<?>
FastTransformationStrategy. transform(java.lang.Object source, IEtlContext context, java.util.List<java.lang.String> rules)
java.util.Collection<?>
ITransformationStrategy. transform(java.lang.Object source, IEtlContext context, java.util.List<java.lang.String> rules)
void
DefaultTransformationStrategy. transformModels(IEtlContext context)
void
FastTransformationStrategy. transformModels(IEtlContext context)
void
ITransformationStrategy. transformModels(IEtlContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eugenia
Methods in org.eclipse.epsilon.eugenia that throw EolRuntimeException Modifier and Type Method Description IEolModule
EugeniaActionDelegate. createBuiltinModule()
IEolModule
EugeniaActionDelegate. createCustomizationModule()
-
Uses of EolRuntimeException in org.eclipse.epsilon.eugenia.operationcontributors
Methods in org.eclipse.epsilon.eugenia.operationcontributors that throw EolRuntimeException Modifier and Type Method Description org.eclipse.emf.ecore.EAttribute
EClassOperationContributor. attr(java.lang.String name)
org.eclipse.emf.ecore.EReference
EClassOperationContributor. ref(java.lang.String name)
org.eclipse.emf.ecore.EReference
EClassOperationContributor. val(java.lang.String name)
-
Uses of EolRuntimeException in org.eclipse.epsilon.eunit
Subclasses of EolRuntimeException in org.eclipse.epsilon.eunit Modifier and Type Class Description class
EUnitParseException
Exception for when EUnit modules have parsing problems.Methods in org.eclipse.epsilon.eunit that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
EUnitModule. executeImpl()
protected java.util.List<ModelBindings>
EUnitModule. getModelBindings(Operation opTest)
EUnitTest
EUnitModule. getSuiteRoot()
EUnitTest
IEUnitModule. getSuiteRoot()
void
EUnitModule. runSuite(EUnitTest node)
void
IEUnitModule. runSuite(EUnitTest node)
void
EUnitTest. setModelBindings(ModelBindings mb)
Changes the set of model bindings for this test.void
EUnitModule. setSelectedOperations(java.util.List<?> attribute)
void
IEUnitModule. setSelectedOperations(java.util.List<?> attribute)
Constructors in org.eclipse.epsilon.eunit that throw EolRuntimeException Constructor Description ModelBindings(java.util.Map<java.lang.String,java.lang.String> mapping, ModelBindings.ExclusiveMode mode)
Creates a new instance. -
Uses of EolRuntimeException in org.eclipse.epsilon.evl
Methods in org.eclipse.epsilon.evl that throw EolRuntimeException Modifier and Type Method Description protected void
EvlModule. checkConstraints()
Invokes the execute() method on all Constraints in all ConstraintContexts.java.util.Set<UnsatisfiedConstraint>
EvlModule. execute()
java.util.Set<UnsatisfiedConstraint>
IEvlModule. execute()
void
IEvlFixer. fix(IEvlModule module)
default Constraint
IEvlModule. getConstraint(java.lang.String constraintName, java.lang.String contextName, java.lang.Object modelElement, ModuleElement ast)
Finds a Constraint instance in this module based on the specified filters.protected java.util.Collection<Constraint>
EvlModule. getOptimisedConstraintsFor(ConstraintContext constraintContext)
void
EvlModule. postExecution()
Clean up, execute fixes and post block.protected void
EvlModule. prepareContext()
protected java.util.Collection<Constraint>
EvlModule. preProcessConstraintContext(ConstraintContext constraintContext)
protected java.util.Set<UnsatisfiedConstraint>
EvlModule. processRules()
-
Uses of EolRuntimeException in org.eclipse.epsilon.evl.concurrent
Methods in org.eclipse.epsilon.evl.concurrent that throw EolRuntimeException Modifier and Type Method Description protected abstract void
EvlModuleParallel. checkConstraints()
protected void
EvlModuleParallelAnnotation. checkConstraints()
protected void
EvlModuleParallelAtoms. checkConstraints()
protected void
EvlModuleParallelElements. checkConstraints()
java.lang.Object
EvlModuleParallelAtoms. executeAll(ErlContextParallel context)
java.util.List<? extends A>
EvlModuleParallelAtoms. getAllJobs()
protected abstract java.util.List<A>
EvlModuleParallelAtoms. getAllJobsImpl()
Non-cached implementation as called byEvlModuleParallelAtoms.getAllJobs()
.protected java.util.List<ConstraintAtom>
EvlModuleParallelConstraintAtoms. getAllJobsImpl()
protected java.util.List<ConstraintContextAtom>
EvlModuleParallelContextAtoms. getAllJobsImpl()
-
Uses of EolRuntimeException in org.eclipse.epsilon.evl.dom
Methods in org.eclipse.epsilon.evl.dom that throw EolRuntimeException Modifier and Type Method Description boolean
Constraint. appliesTo(java.lang.Object object, IEvlContext context)
boolean
ConstraintContext. appliesTo(java.lang.Object object, IEvlContext context)
boolean
ConstraintContext. appliesTo(java.lang.Object object, IEvlContext context, boolean checkType)
boolean
Fix. appliesTo(java.lang.Object self, IEvlContext context)
java.util.Optional<UnsatisfiedConstraint>
Constraint. check(java.lang.Object self, IEvlContext context)
java.util.Optional<UnsatisfiedConstraint>
Constraint. execute(IEolContext context_, java.lang.Object self)
boolean
ConstraintContext. execute(java.lang.Object modelElement, IEvlContext context)
Executes all of this ConstraintContext's constraints for the given element.boolean
ConstraintContext. execute(java.util.Collection<Constraint> constraintsToCheck, java.lang.Object modelElement, IEvlContext context)
Executes all constraints for the given model element, provided it is applicable to this ConstraintContext and that this ConstraintContext is not lazy.void
ConstraintContext. execute(java.util.Collection<Constraint> constraintsToCheck, IEvlContext context)
Executes all of the give constraints for all applicable elements of this type.java.lang.Object
ConstraintContext. execute(IEolContext context)
java.lang.Object
ConstraintContext. execute(IEolContext context_, java.lang.Object self)
void
Fix. execute(java.lang.Object self, IEvlContext context)
protected boolean
Constraint. executeCheckBlock(java.lang.Object self, IEvlContext context)
java.lang.String
Fix. getTitle(java.lang.Object self, IEvlContext context)
java.lang.String
Constraint. getUnsatisfiedMessage(java.lang.Object self, IEvlContext context)
Returns the message to be used in UnsatisfiedConstraint.getMessage().boolean
Constraint. isLazy(IEvlContext context)
boolean
ConstraintContext. isLazy(IEvlContext context)
An entire context is lazy if all constraints are lazy, or if it is itself marked as lazy.boolean
ConstraintContext. isOfSourceKind(java.lang.Object modelElement, IEvlContext context)
Checks if the given model element is an instance of the kind described by this ConstraintContext.boolean
ConstraintContext. isOfSourceType(java.lang.Object modelElement, IEvlContext context)
Checks if the given model element is an instance of the type described by this ConstraintContext.boolean
Constraint. optimisedCheck(java.lang.Object self, IEvlContext context, boolean result)
protected boolean
Constraint. postprocessCheck(java.lang.Object self, IEvlContext context, UnsatisfiedConstraint unsatisfiedConstraint, boolean result)
boolean
Constraint. shouldBeChecked(java.lang.Object modelElement, IEvlContext context)
boolean
ConstraintContext. shouldBeChecked(java.lang.Object modelElement, IEvlContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.evl.dt.launching
Methods in org.eclipse.epsilon.evl.dt.launching that throw EolRuntimeException Modifier and Type Method Description protected void
EvlLaunchConfigurationDelegate. preExecute(IEolModule module)
-
Uses of EolRuntimeException in org.eclipse.epsilon.evl.dt.views
Methods in org.eclipse.epsilon.evl.dt.views that throw EolRuntimeException Modifier and Type Method Description void
ValidationViewFixer. fix(IEvlModule module)
-
Uses of EolRuntimeException in org.eclipse.epsilon.evl.emf.validation
Methods in org.eclipse.epsilon.evl.emf.validation with parameters of type EolRuntimeException Modifier and Type Method Description void
EvlValidator.ValidationProblemListener. onRuntimeException(IEvlModule module, EolRuntimeException ex)
-
Uses of EolRuntimeException in org.eclipse.epsilon.evl.engine.test.acceptance
Methods in org.eclipse.epsilon.evl.engine.test.acceptance that throw EolRuntimeException Modifier and Type Method Description static void
EvlTests. testUnsatisfiedConstraintsForTestScriptAndModel(IEvlContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.evl.execute
Methods in org.eclipse.epsilon.evl.execute that throw EolRuntimeException Modifier and Type Method Description void
CommandLineFixer. fix(IEvlModule module)
java.lang.String
FixInstance. getTitle()
void
FixInstance. perform()
-
Uses of EolRuntimeException in org.eclipse.epsilon.evl.execute.atoms
Methods in org.eclipse.epsilon.evl.execute.atoms that throw EolRuntimeException Modifier and Type Method Description java.util.Collection<UnsatisfiedConstraint>
ConstraintContextAtom. executeWithResults()
java.util.Collection<UnsatisfiedConstraint>
ConstraintContextAtom. executeWithResults(IEvlContext context)
static java.util.ArrayList<ConstraintAtom>
ConstraintAtom. getAllJobs(IEvlModule module)
-
Uses of EolRuntimeException in org.eclipse.epsilon.evl.execute.context
Methods in org.eclipse.epsilon.evl.execute.context that throw EolRuntimeException Modifier and Type Method Description boolean
EvlContext. shouldShortCircuit(Constraint constraint)
default boolean
IEvlContext. shouldShortCircuit(Constraint constraint)
Checks whether the condition for short-circuiting is met, either by previous invocation returning true or if there are unsatisfied constraints and theIEvlContext.isShortCircuiting()
flag is enabled, or if the specified module element has been annotated with a termination criteria and an unsatisfied constraint containing the type is already present. -
Uses of EolRuntimeException in org.eclipse.epsilon.evl.execute.context.concurrent
Methods in org.eclipse.epsilon.evl.execute.context.concurrent that throw EolRuntimeException Modifier and Type Method Description boolean
EvlContextParallel. shouldShortCircuit(Constraint constraint)
-
Uses of EolRuntimeException in org.eclipse.epsilon.evl.execute.exceptions
Subclasses of EolRuntimeException in org.eclipse.epsilon.evl.execute.exceptions Modifier and Type Class Description class
EvlCircularAssumptionException
class
EvlConstraintNotFoundException
-
Uses of EolRuntimeException in org.eclipse.epsilon.evl.execute.operations
Methods in org.eclipse.epsilon.evl.execute.operations that throw EolRuntimeException Modifier and Type Method Description java.lang.Boolean
SatisfiesOperation. execute(java.lang.Object source, java.util.List<?> parameters, IEolContext context_, ModuleElement ast)
-
Uses of EolRuntimeException in org.eclipse.epsilon.evl.launch
Methods in org.eclipse.epsilon.evl.launch that throw EolRuntimeException Modifier and Type Method Description java.util.Collection<UnsatisfiedConstraint>
EvlRunConfiguration. execute()
-
Uses of EolRuntimeException in org.eclipse.epsilon.ewl
Methods in org.eclipse.epsilon.ewl that throw EolRuntimeException Modifier and Type Method Description java.util.List<WizardInstance>
EwlModule. getWizardsFor(java.lang.Object self)
java.util.List<WizardInstance>
IEwlModule. getWizardsFor(java.lang.Object self)
-
Uses of EolRuntimeException in org.eclipse.epsilon.ewl.dom
Methods in org.eclipse.epsilon.ewl.dom that throw EolRuntimeException Modifier and Type Method Description boolean
Wizard. appliesTo(java.lang.Object self, IEolContext context)
java.lang.Object
Wizard. execute(IEolContext context, java.lang.Object self)
java.lang.String
Wizard. getTitle(java.lang.Object self, IEolContext context)
void
Wizard. process(java.lang.Object self, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.ewl.engine.test.acceptance.builtins
Methods in org.eclipse.epsilon.ewl.engine.test.acceptance.builtins that throw EolRuntimeException Modifier and Type Method Description protected void
EwlCanAccessBuiltinsTests. execute(IEolModule module)
-
Uses of EolRuntimeException in org.eclipse.epsilon.ewl.execute
Methods in org.eclipse.epsilon.ewl.execute that throw EolRuntimeException Modifier and Type Method Description java.lang.String
WizardInstance. getTitle()
void
WizardInstance. process()
void
WizardLoopInstance. process()
-
Uses of EolRuntimeException in org.eclipse.epsilon.flock
Methods in org.eclipse.epsilon.flock that throw EolRuntimeException Modifier and Type Method Description FlockResult
FlockModule. execute()
FlockResult
FlockModule. execute(IModel original, IModel migrated)
FlockResult
IFlockModule. execute(IModel original, IModel migrated)
protected FlockResult
FlockModule. processRules()
-
Uses of EolRuntimeException in org.eclipse.epsilon.flock.context
Methods in org.eclipse.epsilon.flock.context that throw EolRuntimeException Modifier and Type Method Description void
ConservativeCopyContext. automaticallyPopulateEquivalent(MigrationStrategy strategy, Equivalence equivalence)
void
MigrateRuleContext. execute(ExecutableBlock<java.lang.Void> body)
boolean
MigrateRuleContext. isEligibleFor(ClassifierTypedConstruct guardedConstruct)
boolean
TypeMappingContext. isEligibleFor(TypeMappingConstruct typeMapping)
boolean
GuardedConstructContext. satisfies(ExecutableBlock<java.lang.Boolean> guard)
-
Uses of EolRuntimeException in org.eclipse.epsilon.flock.dt.launching
Methods in org.eclipse.epsilon.flock.dt.launching that throw EolRuntimeException Modifier and Type Method Description protected void
FlockLaunchConfigurationDelegate. postExecute(IEolModule module)
protected void
FlockLaunchConfigurationDelegate. preExecute(IEolModule module)
-
Uses of EolRuntimeException in org.eclipse.epsilon.flock.emc.wrappers
-
Uses of EolRuntimeException in org.eclipse.epsilon.flock.equivalences
Methods in org.eclipse.epsilon.flock.equivalences that throw EolRuntimeException Modifier and Type Method Description void
Equivalences. applyRules(MigrationStrategy strategy)
void
Equivalences. conservativeCopy(MigrationStrategy strategy, ConservativeCopyContext context)
void
TypeBasedEquivalenceTests. conservativeCopyShouldCopySharedProperties()
void
TypeBasedEquivalenceTests. conservativeCopyShouldDelegateToContextToFindEquivalentValue()
void
TypeBasedEquivalenceTests. conservativeCopyShouldNotCopyIgnoredProperties()
static Equivalences
Equivalences. establishFrom(MigrationStrategy strategy, EquivalenceEstablishmentContext context)
Factory method for establishing original to migrated model Equivalences from a MigrationStrategy and an IFlockContext. -
Uses of EolRuntimeException in org.eclipse.epsilon.flock.execute
Methods in org.eclipse.epsilon.flock.execute that throw EolRuntimeException Modifier and Type Method Description void
MigrationStrategyRunner. run()
-
Uses of EolRuntimeException in org.eclipse.epsilon.flock.execute.exceptions
Subclasses of EolRuntimeException in org.eclipse.epsilon.flock.execute.exceptions Modifier and Type Class Description class
ConservativeCopyException
class
FlockRuntimeException
class
FlockUnsupportedModelException
-
Uses of EolRuntimeException in org.eclipse.epsilon.flock.execution
Methods in org.eclipse.epsilon.flock.execution that throw EolRuntimeException Modifier and Type Method Description void
MigrateRuleContextTests. firstCallToEvaluateGuardDelegatesToTypedAndGuardedConstruct()
void
MigrateRuleContextTests. secondCallToEvaluateGuardDoesNotDelegateToTypedAndGuardedConstruct()
void
MigrateRuleContextTests. secondCallToEvaluateGuardReturnsFalseWhenFirstCallReturnedFalse()
void
MigrateRuleContextTests. secondCallToEvaluateGuardReturnsTrueWhenFirstCallReturnedTrue()
-
Uses of EolRuntimeException in org.eclipse.epsilon.flock.model.domain
Methods in org.eclipse.epsilon.flock.model.domain that throw EolRuntimeException Modifier and Type Method Description void
MigrationStrategy. applyRulesTo(MigrateRuleContext context)
Equivalence
MigrationStrategy. createEquivalence(TypeMappingContext context)
IgnoredProperties
MigrationStrategy. ignoredPropertiesFor(MigrateRuleContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.flock.model.domain.common
Methods in org.eclipse.epsilon.flock.model.domain.common that throw EolRuntimeException Modifier and Type Method Description boolean
ClassifierTypedConstruct. appliesIn(GuardedConstructContext context)
boolean
GuardedConstruct. appliesIn(GuardedConstructContext context)
boolean
PackageTypedConstruct. appliesIn(GuardedConstructContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.flock.model.domain.rules
Methods in org.eclipse.epsilon.flock.model.domain.rules that throw EolRuntimeException Modifier and Type Method Description boolean
MigrateRule. applyTo(MigrateRuleContext context)
void
MigrateRules. applyTo(MigrateRuleContext context)
void
MigrateRule. gatherIgnoredPropertiesFor(MigrateRuleContext context, IgnoredProperties ignoredProperties)
IgnoredProperties
MigrateRules. ignoredPropertiesFor(MigrateRuleContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.flock.model.domain.typemappings
Methods in org.eclipse.epsilon.flock.model.domain.typemappings that throw EolRuntimeException Modifier and Type Method Description boolean
Deletion. appliesIn(GuardedConstructContext context)
boolean
TypeMappingConstruct. appliesIn(GuardedConstructContext original)
Equivalence
TypeMappingConstructs. createEquivalence(TypeMappingContext context)
void
TypeMappingConstructsTests. setup()
void
TypeMappingConstructsTests. shouldUseApplicableTypeMappingConstruct()
void
TypeMappingConstructsTests. shouldUseDefaultFactoryWhenNoTypeMappingsAreApplicable()
void
TypeMappingConstructsTests. shouldUseFirstApplicableTypeMappingConstruct()
void
TypeMappingConstructsTests. shouldUseOnlyTheFirstApplicableTypeMappingConstruct()
-
Uses of EolRuntimeException in org.eclipse.epsilon.hutn.validation
Methods in org.eclipse.epsilon.hutn.validation that throw EolRuntimeException Modifier and Type Method Description protected boolean
AbstractFixer. applyFix(UnsatisfiedConstraint constraint)
Clients should override this method if fixes are used by the validator.void
AbstractFixer. fix(IEvlModule module)
-
Uses of EolRuntimeException in org.eclipse.epsilon.internal.eunit.xml
Methods in org.eclipse.epsilon.internal.eunit.xml that throw EolRuntimeException Modifier and Type Method Description org.w3c.dom.Document
EUnitXMLFormatter. generate()
Generates a DOM tree with the results of the provided EUnit module, following the format of the JUnit Ant task.void
EUnitXMLFormatter. generate(java.io.File reportDirectory)
Generates the report usingEUnitXMLFormatter.generate()
, and then saves the XML document into a file. -
Uses of EolRuntimeException in org.eclipse.epsilon.picto
Methods in org.eclipse.epsilon.picto that throw EolRuntimeException Modifier and Type Method Description java.lang.Object
LazyEgxModule.LazyGenerationRule. execute(IEolContext context)
java.lang.Object
LazyEgxModule.LazyGenerationRule. execute(IEolContext context_, java.lang.Object element)
protected java.lang.Object
LazyEgxModule. processRules()
-
Uses of EolRuntimeException in org.eclipse.epsilon.pinset
Methods in org.eclipse.epsilon.pinset that throw EolRuntimeException Modifier and Type Method Description void
DatasetRule. execute(IEolContext context)
boolean
DatasetRule. isIncluded(java.lang.Object object, IEolContext context, java.lang.String varName)
static void
PostProcessing. normalize(java.util.List<ValueWrapper> values, java.lang.Number value)
protected java.lang.Object
PinsetModule. processRules()
-
Uses of EolRuntimeException in org.eclipse.epsilon.pinset.columnGenerators
Methods in org.eclipse.epsilon.pinset.columnGenerators that throw EolRuntimeException Modifier and Type Method Description java.util.List<java.lang.String>
ColumnGenerator. getNames()
java.util.List<java.lang.String>
Grid. getNames()
java.util.List<java.lang.String>
NestedFrom. getNames()
java.util.List<java.lang.Object>
Column. getValues(java.lang.Object elem)
java.util.List<java.lang.Object>
ColumnGenerator. getValues(java.lang.Object elem)
java.util.List<java.lang.Object>
Grid. getValues(java.lang.Object obj)
java.util.List<java.lang.Object>
NestedFrom. getValues(java.lang.Object elem)
java.util.List<java.lang.Object>
Properties. getValues(java.lang.Object elem)
java.util.List<java.lang.Object>
Reference. getValues(java.lang.Object o)
-
Uses of EolRuntimeException in org.eclipse.epsilon.profiling
Methods in org.eclipse.epsilon.profiling with parameters of type EolRuntimeException Modifier and Type Method Description void
ProfilingExecutionListener. finishedExecutingWithException(ModuleElement ast, EolRuntimeException exception, IEolContext context)
-
Uses of EolRuntimeException in org.eclipse.epsilon.test.builtins
Methods in org.eclipse.epsilon.test.builtins that throw EolRuntimeException Modifier and Type Method Description protected void
CanAccessBuiltinsTests. execute(IEolModule module)
-
Uses of EolRuntimeException in org.eclipse.epsilon.workflow.tasks
Methods in org.eclipse.epsilon.workflow.tasks that throw EolRuntimeException Modifier and Type Method Description void
EUnitTask.RunTargetOperationContributor. runTarget(java.lang.String targetName)
Operation which can call a series of Ant tasks described inside a "script" nested element of this Ant task.
-