Uses of Enum Class
com._1c.g5.v8.dt.bsl.model.BinaryOperation
Packages that use BinaryOperation
Package
Description
-
Uses of BinaryOperation in com._1c.g5.v8.dt.bsl.model
Fields in com._1c.g5.v8.dt.bsl.model with type parameters of type BinaryOperationModifier and TypeFieldDescriptionstatic final List<BinaryOperation>
BinaryOperation.VALUES
A public read-only list of all the 'Binary Operation' enumerators.Methods in com._1c.g5.v8.dt.bsl.model that return BinaryOperationModifier and TypeMethodDescriptionstatic BinaryOperation
BinaryOperation.get
(int value) Returns the 'Binary Operation' literal with the specified integer value.static BinaryOperation
Returns the 'Binary Operation' literal with the specified literal value.static BinaryOperation
Returns the 'Binary Operation' literal with the specified name.BinaryExpression.getOperation()
Returns the value of the 'Operation' attribute.BinaryPreprocessorExpression.getOperation()
Returns the value of the 'Operation' attribute.static BinaryOperation
Returns the enum constant of this class with the specified name.static BinaryOperation[]
BinaryOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type BinaryOperationModifier and TypeMethodDescriptionvoid
BinaryExpression.setOperation
(BinaryOperation value) Sets the value of the 'Operation
' attribute.void
BinaryPreprocessorExpression.setOperation
(BinaryOperation value) Sets the value of the 'Operation
' attribute. -
Uses of BinaryOperation in com._1c.g5.v8.dt.bsl.model.impl
Fields in com._1c.g5.v8.dt.bsl.model.impl declared as BinaryOperationModifier and TypeFieldDescriptionprotected BinaryOperation
BinaryExpressionImpl.operation
The cached value of the 'Operation
' attribute.protected BinaryOperation
BinaryPreprocessorExpressionImpl.operation
The cached value of the 'Operation
' attribute.protected static final BinaryOperation
BinaryExpressionImpl.OPERATION_EDEFAULT
The default value of the 'Operation
' attribute.protected static final BinaryOperation
BinaryPreprocessorExpressionImpl.OPERATION_EDEFAULT
The default value of the 'Operation
' attribute.Methods in com._1c.g5.v8.dt.bsl.model.impl that return BinaryOperationModifier and TypeMethodDescriptionBslFactoryImpl.createBinaryOperationFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) BinaryExpressionImpl.getOperation()
BinaryPreprocessorExpressionImpl.getOperation()
Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type BinaryOperationModifier and TypeMethodDescriptionvoid
BinaryExpressionImpl.setOperation
(BinaryOperation newOperation) void
BinaryPreprocessorExpressionImpl.setOperation
(BinaryOperation newOperation) -
Uses of BinaryOperation in com._1c.g5.v8.dt.bsl.resource
Methods in com._1c.g5.v8.dt.bsl.resource with parameters of type BinaryOperationModifier and TypeMethodDescriptionboolean
TypesComputer.isCompOp
(BinaryOperation operation) Checks type ofBinaryOperation
boolean
TypesComputer.isLogOp
(BinaryOperation operation) Checks type ofBinaryOperation
boolean
TypesComputer.isMulOp
(BinaryOperation operation) Checks type ofBinaryOperation