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. VALUES
A 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 UnaryOperation
UnaryOperation. get(int value)
Returns the 'Unary Operation' literal with the specified integer value.static UnaryOperation
UnaryOperation. get(String literal)
Returns the 'Unary Operation' literal with the specified literal value.static UnaryOperation
UnaryOperation. getByName(String name)
Returns the 'Unary Operation' literal with the specified name.UnaryOperation
UnaryExpression. getOperation()
Returns the value of the 'Operation' attribute.UnaryOperation
UnaryPreprocessorExpression. getOperation()
Returns the value of the 'Operation' attribute.static UnaryOperation
UnaryOperation. 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 void
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 UnaryOperation Modifier and Type Field Description protected UnaryOperation
UnaryExpressionImpl. operation
The cached value of the 'Operation
' attribute.protected UnaryOperation
UnaryPreprocessorExpressionImpl. operation
The cached value of the 'Operation
' attribute.protected static UnaryOperation
UnaryExpressionImpl. OPERATION_EDEFAULT
The default value of the 'Operation
' attribute.protected static UnaryOperation
UnaryPreprocessorExpressionImpl. OPERATION_EDEFAULT
The default value of the 'Operation
' attribute.Methods in com._1c.g5.v8.dt.bsl.model.impl that return UnaryOperation Modifier and Type Method Description UnaryOperation
BslFactoryImpl. createUnaryOperationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
UnaryOperation
UnaryExpressionImpl. getOperation()
UnaryOperation
UnaryPreprocessorExpressionImpl. getOperation()
Methods in com._1c.g5.v8.dt.bsl.model.impl with parameters of type UnaryOperation Modifier and Type Method Description void
UnaryExpressionImpl. setOperation(UnaryOperation newOperation)
void
UnaryPreprocessorExpressionImpl. setOperation(UnaryOperation newOperation)
-