Package com._1c.g5.v8.dt.bsl.model
Interface BinaryPreprocessorExpression
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,PreprocessorExpression
- All Known Implementing Classes:
BinaryPreprocessorExpressionImpl
public interface BinaryPreprocessorExpression extends PreprocessorExpression
A representation of the model object 'Binary Preprocessor Expression'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PreprocessorExpression
getLeft()
Returns the value of the 'Left' containment reference.BinaryOperation
getOperation()
Returns the value of the 'Operation' attribute.PreprocessorExpression
getRight()
Returns the value of the 'Right' containment reference.void
setLeft(PreprocessorExpression value)
Sets the value of the 'Left
' containment reference.void
setOperation(BinaryOperation value)
Sets the value of the 'Operation
' attribute.void
setRight(PreprocessorExpression value)
Sets the value of the 'Right
' containment reference.
-
-
-
Method Detail
-
getOperation
BinaryOperation getOperation()
Returns the value of the 'Operation' attribute. The literals are from the enumerationBinaryOperation
.- Returns:
- the value of the 'Operation' attribute.
- See Also:
BinaryOperation
,setOperation(BinaryOperation)
,BslPackage.getBinaryPreprocessorExpression_Operation()
-
setOperation
void setOperation(BinaryOperation value)
Sets the value of the 'Operation
' attribute.- Parameters:
value
- the new value of the 'Operation' attribute.- See Also:
BinaryOperation
,getOperation()
-
getLeft
PreprocessorExpression getLeft()
Returns the value of the 'Left' containment reference.- Returns:
- the value of the 'Left' containment reference.
- See Also:
setLeft(PreprocessorExpression)
,BslPackage.getBinaryPreprocessorExpression_Left()
-
setLeft
void setLeft(PreprocessorExpression value)
Sets the value of the 'Left
' containment reference.- Parameters:
value
- the new value of the 'Left' containment reference.- See Also:
getLeft()
-
getRight
PreprocessorExpression getRight()
Returns the value of the 'Right' containment reference.- Returns:
- the value of the 'Right' containment reference.
- See Also:
setRight(PreprocessorExpression)
,BslPackage.getBinaryPreprocessorExpression_Right()
-
setRight
void setRight(PreprocessorExpression value)
Sets the value of the 'Right
' containment reference.- Parameters:
value
- the new value of the 'Right' containment reference.- See Also:
getRight()
-
-