Class IterateExpressionDefinition
java.lang.Object
org.eclipse.ease.ui.scripts.expressions.definitions.AbstractExpressionDefinition
org.eclipse.ease.ui.scripts.expressions.definitions.AbstractCompositeExpressionDefinition
org.eclipse.ease.ui.scripts.expressions.definitions.IterateExpressionDefinition
- All Implemented Interfaces:
ICompositeExpressionDefinition
,IExpressionDefinition
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.ease.ui.scripts.expressions.definitions.AbstractExpressionDefinition
AbstractExpressionDefinition.Parameter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.ease.ui.scripts.expressions.definitions.AbstractCompositeExpressionDefinition
acceptsChild, addChild, getChildren, removeChild, serialize
Methods inherited from class org.eclipse.ease.ui.scripts.expressions.definitions.AbstractExpressionDefinition
getDescription, getParameters, getParent, hasParameter, setConfiguration, setParameter, setParameterValues, setParent, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.ease.ui.scripts.expressions.IExpressionDefinition
getDescription, getParent, hasParameter, setParameter, setParameterValues, setParent
-
Constructor Details
-
IterateExpressionDefinition
public IterateExpressionDefinition()
-
-
Method Details
-
toCoreExpression
public org.eclipse.core.expressions.Expression toCoreExpression()- Specified by:
toCoreExpression
in interfaceIExpressionDefinition
- Specified by:
toCoreExpression
in classAbstractExpressionDefinition
-