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

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

Uses of AssignmentOperator in org.sintef.mofscript.MOFScriptModel
 

Fields in org.sintef.mofscript.MOFScriptModel declared as AssignmentOperator
static AssignmentOperator AssignmentOperator.EQ_LITERAL
          The 'EQ' literal object
static AssignmentOperator AssignmentOperator.PLUS_EQ_LITERAL
          The 'PLUS EQ' literal object
 

Methods in org.sintef.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.
 

Methods in org.sintef.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.sintef.mofscript.MOFScriptModel.impl
 

Fields in org.sintef.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.sintef.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.sintef.mofscript.MOFScriptModel.impl with parameters of type AssignmentOperator
 void ResultAssignmentImpl.setOperator(AssignmentOperator newOperator)
           
 void GeneralAssignmentImpl.setOperator(AssignmentOperator newOperator)
           
 

Uses of AssignmentOperator in org.sintef.mofscript.parser
 

Methods in org.sintef.mofscript.parser that return AssignmentOperator
 AssignmentOperator MofScriptParser.assignmentPart()
          Assignment part
 

Uses of AssignmentOperator in org.sintef.mofscript.runtime
 

Methods in org.sintef.mofscript.runtime with parameters of type AssignmentOperator
static java.lang.Object ExecutionEnvironment.assignValue(java.lang.String type, java.lang.Object input, java.lang.Object assignValue, AssignmentOperator operator)
          Returns the assign value
 java.lang.Object ExecutionEnvironment.assignVariableValue(java.lang.String varName, java.lang.Object value, AssignmentOperator operator, ValueExpression assignedExpression)
          Assignes a value to a variable