Package com._1c.g5.v8.dt.bsl.model
Interface ExecuteStatement
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Statement,UnlabeledStatement
- All Known Implementing Classes:
ExecuteStatementImpl
public interface ExecuteStatement extends UnlabeledStatement
A representation of the model object 'Execute Statement'.The following features are supported:
- See Also:
BslPackage.getExecuteStatement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressiongetExpression()Returns the value of the 'Expression' containment reference.voidsetExpression(Expression value)Sets the value of the 'Expression' containment reference.
-
-
-
Method Detail
-
getExpression
Expression getExpression()
Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
setExpression(Expression),BslPackage.getExecuteStatement_Expression()
-
setExpression
void setExpression(Expression value)
Sets the value of the 'Expression' containment reference.- Parameters:
value- the new value of the 'Expression' containment reference.- See Also:
getExpression()
-
-