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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PreprocessorExpressiongetLeft()Returns the value of the 'Left' containment reference.BinaryOperationgetOperation()Returns the value of the 'Operation' attribute.PreprocessorExpressiongetRight()Returns the value of the 'Right' containment reference.voidsetLeft(PreprocessorExpression value)Sets the value of the 'Left' containment reference.voidsetOperation(BinaryOperation value)Sets the value of the 'Operation' attribute.voidsetRight(PreprocessorExpression value)Sets the value of the 'Right' containment reference.
 
- 
- 
- 
Method Detail- 
getOperationBinaryOperation 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()
 
 - 
setOperationvoid setOperation(BinaryOperation value) Sets the value of the 'Operation' attribute.- Parameters:
- value- the new value of the 'Operation' attribute.
- See Also:
- BinaryOperation,- getOperation()
 
 - 
getLeftPreprocessorExpression getLeft() Returns the value of the 'Left' containment reference.- Returns:
- the value of the 'Left' containment reference.
- See Also:
- setLeft(PreprocessorExpression),- BslPackage.getBinaryPreprocessorExpression_Left()
 
 - 
setLeftvoid setLeft(PreprocessorExpression value) Sets the value of the 'Left' containment reference.- Parameters:
- value- the new value of the 'Left' containment reference.
- See Also:
- getLeft()
 
 - 
getRightPreprocessorExpression getRight() Returns the value of the 'Right' containment reference.- Returns:
- the value of the 'Right' containment reference.
- See Also:
- setRight(PreprocessorExpression),- BslPackage.getBinaryPreprocessorExpression_Right()
 
 - 
setRightvoid setRight(PreprocessorExpression value) Sets the value of the 'Right' containment reference.- Parameters:
- value- the new value of the 'Right' containment reference.
- See Also:
- getRight()
 
 
- 
 
-