Package com._1c.g5.v8.dt.ql.model
Interface ALogicalBinaryOperatorExpression
-
- All Superinterfaces:
ABinaryOperatorsExpression
,AbstractExpression
,AOperatorsExpression
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
LogicalANDOperatorExpression
,LogicalCompareOperatorExpression
,LogicalOROperatorExpression
,VerbalOperatorExpression
- All Known Implementing Classes:
ALogicalBinaryOperatorExpressionImpl
,LogicalANDOperatorExpressionImpl
,LogicalCompareOperatorExpressionImpl
,LogicalOROperatorExpressionImpl
,VerbalOperatorExpressionImpl
public interface ALogicalBinaryOperatorExpression extends ABinaryOperatorsExpression
A representation of the model object 'ALogical Binary Operator Expression'.
-
-
Method Summary
-
Methods inherited from interface com._1c.g5.v8.dt.ql.model.ABinaryOperatorsExpression
getLeft, getRight, setLeft, setRight
-
-