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. VALUES
A 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 BinaryOperation
BinaryOperation. get(int value)
Returns the 'Binary Operation' literal with the specified integer value.static BinaryOperation
BinaryOperation. get(String literal)
Returns the 'Binary Operation' literal with the specified literal value.static BinaryOperation
BinaryOperation. getByName(String name)
Returns the 'Binary Operation' literal with the specified name.BinaryOperation
BinaryExpression. getOperation()
Returns the value of the 'Operation' attribute.BinaryOperation
BinaryPreprocessorExpression. getOperation()
Returns the value of the 'Operation' attribute.static BinaryOperation
BinaryOperation. 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 void
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 BinaryOperation Modifier and Type Field Description protected BinaryOperation
BinaryExpressionImpl. operation
The cached value of the 'Operation
' attribute.protected BinaryOperation
BinaryPreprocessorExpressionImpl. operation
The cached value of the 'Operation
' attribute.protected static BinaryOperation
BinaryExpressionImpl. OPERATION_EDEFAULT
The default value of the 'Operation
' attribute.protected static BinaryOperation
BinaryPreprocessorExpressionImpl. OPERATION_EDEFAULT
The default value of the 'Operation
' attribute.Methods in com._1c.g5.v8.dt.bsl.model.impl that return BinaryOperation Modifier and Type Method Description BinaryOperation
BslFactoryImpl. createBinaryOperationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
BinaryOperation
BinaryExpressionImpl. getOperation()
BinaryOperation
BinaryPreprocessorExpressionImpl. getOperation()
Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type BinaryOperation Modifier and Type Method Description void
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 BinaryOperation Modifier and Type Method Description boolean
TypesComputer. isCompOp(BinaryOperation operation)
Checks type ofBinaryOperation
boolean
TypesComputer. isLogOp(BinaryOperation operation)
Checks type ofBinaryOperation
boolean
TypesComputer. isMulOp(BinaryOperation operation)
Checks type ofBinaryOperation
-