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.VALUESA public read-only list of all the 'Unary Operation' enumerators.Methods in com._1c.g5.v8.dt.bsl.model that return UnaryOperationModifier and TypeMethodDescriptionstatic UnaryOperationUnaryOperation.get(int value) Returns the 'Unary Operation' literal with the specified integer value.static UnaryOperationReturns the 'Unary Operation' literal with the specified literal value.static UnaryOperationReturns 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 UnaryOperationReturns 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 TypeMethodDescriptionvoidUnaryExpression.setOperation(UnaryOperation value) Sets the value of the 'Operation' attribute.voidUnaryPreprocessorExpression.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 UnaryOperationUnaryExpressionImpl.operationThe cached value of the 'Operation' attribute.protected UnaryOperationUnaryPreprocessorExpressionImpl.operationThe cached value of the 'Operation' attribute.protected static final UnaryOperationUnaryExpressionImpl.OPERATION_EDEFAULTThe default value of the 'Operation' attribute.protected static final UnaryOperationUnaryPreprocessorExpressionImpl.OPERATION_EDEFAULTThe 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 TypeMethodDescriptionvoidUnaryExpressionImpl.setOperation(UnaryOperation newOperation) voidUnaryPreprocessorExpressionImpl.setOperation(UnaryOperation newOperation)