Uses of Class
com._1c.g5.v8.dt.bsl.model.UnaryOperation
-
Packages that use UnaryOperation Package Description com._1c.g5.v8.dt.bsl.model com._1c.g5.v8.dt.bsl.model.impl -
-
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 UnaryOperation Modifier and Type Field Description static 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 UnaryOperation Modifier and Type Method Description static UnaryOperationUnaryOperation. get(int value)Returns the 'Unary Operation' literal with the specified integer value.static UnaryOperationUnaryOperation. get(String literal)Returns the 'Unary Operation' literal with the specified literal value.static UnaryOperationUnaryOperation. getByName(String name)Returns the 'Unary Operation' literal with the specified name.UnaryOperationUnaryExpression. getOperation()Returns the value of the 'Operation' attribute.UnaryOperationUnaryPreprocessorExpression. getOperation()Returns the value of the 'Operation' attribute.static UnaryOperationUnaryOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static UnaryOperation[]UnaryOperation. 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 UnaryOperation Modifier and Type Method Description voidUnaryExpression. 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 UnaryOperation Modifier and Type Field Description protected UnaryOperationUnaryExpressionImpl. operationThe cached value of the 'Operation' attribute.protected UnaryOperationUnaryPreprocessorExpressionImpl. operationThe cached value of the 'Operation' attribute.protected static UnaryOperationUnaryExpressionImpl. OPERATION_EDEFAULTThe default value of the 'Operation' attribute.protected static UnaryOperationUnaryPreprocessorExpressionImpl. OPERATION_EDEFAULTThe default value of the 'Operation' attribute.Methods in com._1c.g5.v8.dt.bsl.model.impl that return UnaryOperation Modifier and Type Method Description UnaryOperationBslFactoryImpl. createUnaryOperationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)UnaryOperationUnaryExpressionImpl. getOperation()UnaryOperationUnaryPreprocessorExpressionImpl. getOperation()Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type UnaryOperation Modifier and Type Method Description voidUnaryExpressionImpl. setOperation(UnaryOperation newOperation)voidUnaryPreprocessorExpressionImpl. setOperation(UnaryOperation newOperation)
-