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.VALUESA public read-only list of all the 'Binary Operation' enumerators.Methods in com._1c.g5.v8.dt.bsl.model that return BinaryOperationModifier and TypeMethodDescriptionstatic BinaryOperationBinaryOperation.get(int value) Returns the 'Binary Operation' literal with the specified integer value.static BinaryOperationReturns the 'Binary Operation' literal with the specified literal value.static BinaryOperationReturns 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 BinaryOperationReturns 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 TypeMethodDescriptionvoidBinaryExpression.setOperation(BinaryOperation value) Sets the value of the 'Operation' attribute.voidBinaryPreprocessorExpression.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 BinaryOperationBinaryExpressionImpl.operationThe cached value of the 'Operation' attribute.protected BinaryOperationBinaryPreprocessorExpressionImpl.operationThe cached value of the 'Operation' attribute.protected static final BinaryOperationBinaryExpressionImpl.OPERATION_EDEFAULTThe default value of the 'Operation' attribute.protected static final BinaryOperationBinaryPreprocessorExpressionImpl.OPERATION_EDEFAULTThe 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 TypeMethodDescriptionvoidBinaryExpressionImpl.setOperation(BinaryOperation newOperation) voidBinaryPreprocessorExpressionImpl.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 TypeMethodDescriptionbooleanTypesComputer.isCompOp(BinaryOperation operation) Checks type ofBinaryOperationbooleanTypesComputer.isLogOp(BinaryOperation operation) Checks type ofBinaryOperationbooleanTypesComputer.isMulOp(BinaryOperation operation) Checks type ofBinaryOperation