Uses of Class
com._1c.g5.v8.dt.bsl.model.BinaryOperation
-
Packages that use BinaryOperation Package Description com._1c.g5.v8.dt.bsl.model com._1c.g5.v8.dt.bsl.model.impl com._1c.g5.v8.dt.bsl.resource -
-
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 BinaryOperation Modifier and Type Field Description static 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 BinaryOperation Modifier and Type Method Description static BinaryOperationBinaryOperation. get(int value)Returns the 'Binary Operation' literal with the specified integer value.static BinaryOperationBinaryOperation. get(String literal)Returns the 'Binary Operation' literal with the specified literal value.static BinaryOperationBinaryOperation. getByName(String name)Returns the 'Binary Operation' literal with the specified name.BinaryOperationBinaryExpression. getOperation()Returns the value of the 'Operation' attribute.BinaryOperationBinaryPreprocessorExpression. getOperation()Returns the value of the 'Operation' attribute.static BinaryOperationBinaryOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static BinaryOperation[]BinaryOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.bsl.model with parameters of type BinaryOperation Modifier and Type Method Description voidBinaryExpression. 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 BinaryOperation Modifier and Type Field Description protected BinaryOperationBinaryExpressionImpl. operationThe cached value of the 'Operation' attribute.protected BinaryOperationBinaryPreprocessorExpressionImpl. operationThe cached value of the 'Operation' attribute.protected static BinaryOperationBinaryExpressionImpl. OPERATION_EDEFAULTThe default value of the 'Operation' attribute.protected static BinaryOperationBinaryPreprocessorExpressionImpl. OPERATION_EDEFAULTThe default value of the 'Operation' attribute.Methods in com._1c.g5.v8.dt.bsl.model.impl that return BinaryOperation Modifier and Type Method Description BinaryOperationBslFactoryImpl. createBinaryOperationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)BinaryOperationBinaryExpressionImpl. getOperation()BinaryOperationBinaryPreprocessorExpressionImpl. getOperation()Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type BinaryOperation Modifier and Type Method Description voidBinaryExpressionImpl. 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 BinaryOperation Modifier and Type Method Description booleanTypesComputer. isCompOp(BinaryOperation operation)Checks type ofBinaryOperationbooleanTypesComputer. isLogOp(BinaryOperation operation)Checks type ofBinaryOperationbooleanTypesComputer. isMulOp(BinaryOperation operation)Checks type ofBinaryOperation
-