Uses of Enum Class
com._1c.g5.v8.dt.bsl.model.UnaryOperation
Packages that use UnaryOperation
-
Uses of UnaryOperation in com._1c.g5.v8.dt.bsl.model
Fields in com._1c.g5.v8.dt.bsl.model with type parameters of type UnaryOperationModifier and TypeFieldDescriptionstatic final List<UnaryOperation>
UnaryOperation.VALUES
A public read-only list of all the 'Unary Operation' enumerators.Methods in com._1c.g5.v8.dt.bsl.model that return UnaryOperationModifier and TypeMethodDescriptionstatic UnaryOperation
UnaryOperation.get
(int value) Returns the 'Unary Operation' literal with the specified integer value.static UnaryOperation
Returns the 'Unary Operation' literal with the specified literal value.static UnaryOperation
Returns the 'Unary Operation' literal with the specified name.UnaryExpression.getOperation()
Returns the value of the 'Operation' attribute.UnaryPreprocessorExpression.getOperation()
Returns the value of the 'Operation' attribute.static UnaryOperation
Returns the enum constant of this class with the specified name.static UnaryOperation[]
UnaryOperation.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 UnaryOperationModifier and TypeMethodDescriptionvoid
UnaryExpression.setOperation
(UnaryOperation value) Sets the value of the 'Operation
' attribute.void
UnaryPreprocessorExpression.setOperation
(UnaryOperation value) Sets the value of the 'Operation
' attribute. -
Uses of UnaryOperation in com._1c.g5.v8.dt.bsl.model.impl
Fields in com._1c.g5.v8.dt.bsl.model.impl declared as UnaryOperationModifier and TypeFieldDescriptionprotected UnaryOperation
UnaryExpressionImpl.operation
The cached value of the 'Operation
' attribute.protected UnaryOperation
UnaryPreprocessorExpressionImpl.operation
The cached value of the 'Operation
' attribute.protected static final UnaryOperation
UnaryExpressionImpl.OPERATION_EDEFAULT
The default value of the 'Operation
' attribute.protected static final UnaryOperation
UnaryPreprocessorExpressionImpl.OPERATION_EDEFAULT
The default value of the 'Operation
' attribute.Methods in com._1c.g5.v8.dt.bsl.model.impl that return UnaryOperationModifier and TypeMethodDescriptionBslFactoryImpl.createUnaryOperationFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) UnaryExpressionImpl.getOperation()
UnaryPreprocessorExpressionImpl.getOperation()
Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type UnaryOperationModifier and TypeMethodDescriptionvoid
UnaryExpressionImpl.setOperation
(UnaryOperation newOperation) void
UnaryPreprocessorExpressionImpl.setOperation
(UnaryOperation newOperation)