Package com._1c.g5.v8.dt.bsl.model
Interface SimpleStatement
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Statement,UnlabeledStatement
- All Known Implementing Classes:
SimpleStatementImpl
public interface SimpleStatement extends UnlabeledStatement
A representation of the model object 'Simple Statement'.The following features are supported:
- See Also:
BslPackage.getSimpleStatement()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressiongetLeft()Returns the value of the 'Left' containment reference.ExpressiongetRight()Returns the value of the 'Right' containment reference.voidsetLeft(Expression value)Sets the value of the 'Left' containment reference.voidsetRight(Expression value)Sets the value of the 'Right' containment reference.
-
-
-
Method Detail
-
getLeft
Expression getLeft()
Returns the value of the 'Left' containment reference.- Returns:
- the value of the 'Left' containment reference.
- See Also:
setLeft(Expression),BslPackage.getSimpleStatement_Left()
-
setLeft
void setLeft(Expression value)
Sets the value of the 'Left' containment reference.- Parameters:
value- the new value of the 'Left' containment reference.- See Also:
getLeft()
-
getRight
Expression getRight()
Returns the value of the 'Right' containment reference.- Returns:
- the value of the 'Right' containment reference.
- See Also:
setRight(Expression),BslPackage.getSimpleStatement_Right()
-
setRight
void setRight(Expression value)
Sets the value of the 'Right' containment reference.- Parameters:
value- the new value of the 'Right' containment reference.- See Also:
getRight()
-
-