Uses of Class
org.eclipse.mofscript.MOFScriptModel.AssignmentOperator

Packages that use AssignmentOperator
org.eclipse.mofscript.MOFScriptModel   
org.eclipse.mofscript.MOFScriptModel.impl   
org.eclipse.mofscript.parser   
org.eclipse.mofscript.runtime   
 

Uses of AssignmentOperator in org.eclipse.mofscript.MOFScriptModel
 

Fields in org.eclipse.mofscript.MOFScriptModel with type parameters of type AssignmentOperator
static java.util.List<AssignmentOperator> AssignmentOperator.VALUES
          A public read-only list of all the 'Assignment Operator' enumerators
 

Methods in org.eclipse.mofscript.MOFScriptModel that return AssignmentOperator
static AssignmentOperator AssignmentOperator.get(int value)
          Returns the 'Assignment Operator' literal with the specified integer value
static AssignmentOperator AssignmentOperator.get(java.lang.String literal)
          Returns the 'Assignment Operator' literal with the specified literal value
static AssignmentOperator AssignmentOperator.getByName(java.lang.String name)
          Returns the 'Assignment Operator' literal with the specified name
 AssignmentOperator ResultAssignment.getOperator()
          Returns the value of the 'Operator' attribute.
 AssignmentOperator GeneralAssignment.getOperator()
          Returns the value of the 'Operator' attribute.
static AssignmentOperator AssignmentOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AssignmentOperator[] AssignmentOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type AssignmentOperator
 void ResultAssignment.setOperator(AssignmentOperator value)
          Sets the value of the 'Operator' attribute
 void GeneralAssignment.setOperator(AssignmentOperator value)
          Sets the value of the 'Operator' attribute
 

Uses of AssignmentOperator in org.eclipse.mofscript.MOFScriptModel.impl
 

Fields in org.eclipse.mofscript.MOFScriptModel.impl declared as AssignmentOperator
protected  AssignmentOperator ResultAssignmentImpl.operator
          The cached value of the 'Operator' attribute
protected  AssignmentOperator GeneralAssignmentImpl.operator
          The cached value of the 'Operator' attribute
protected static AssignmentOperator ResultAssignmentImpl.OPERATOR_EDEFAULT
          The default value of the 'Operator' attribute
protected static AssignmentOperator GeneralAssignmentImpl.OPERATOR_EDEFAULT
          The default value of the 'Operator' attribute
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl that return AssignmentOperator
 AssignmentOperator MOFScriptModelFactoryImpl.createAssignmentOperatorFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AssignmentOperator ResultAssignmentImpl.getOperator()
           
 AssignmentOperator GeneralAssignmentImpl.getOperator()
           
 

Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type AssignmentOperator
 void ResultAssignmentImpl.setOperator(AssignmentOperator newOperator)
           
 void GeneralAssignmentImpl.setOperator(AssignmentOperator newOperator)
           
 

Uses of AssignmentOperator in org.eclipse.mofscript.parser
 

Methods in org.eclipse.mofscript.parser that return AssignmentOperator
 AssignmentOperator MofScript2Parser.assignmentPart()
           
 

Uses of AssignmentOperator in org.eclipse.mofscript.runtime
 

Methods in org.eclipse.mofscript.runtime with parameters of type AssignmentOperator
 java.lang.Object ExecutionEnvironment.assignVariableValue(java.lang.String varName, java.lang.Object value, AssignmentOperator operator, Expression assignedExpression, org.eclipse.emf.ecore.EObject varContext)
          Assignes a value to a variable
 java.lang.Object ExecutionEnvironment.assignVariableValue(Variable var, java.lang.Object value, Expression assignedExpression, AssignmentOperator operator)
           
static java.lang.Object ExecutionEnvironment.getAssignValue(java.lang.String type, java.lang.Object input, java.lang.Object assignValue, AssignmentOperator operator)
          Returns the assign value