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

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

Uses of AssignmentOperator in org.eclipse.mofscript.MOFScriptModel
 

Fields in org.eclipse.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.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.
 

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
 

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.MOFScriptModel.validation
 

Methods in org.eclipse.mofscript.MOFScriptModel.validation with parameters of type AssignmentOperator
 boolean ResultAssignmentValidator.validateOperator(AssignmentOperator value)
           
 boolean GeneralAssignmentValidator.validateOperator(AssignmentOperator value)
           
 

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)
          Assignes a value to a variable
static java.lang.Object ExecutionEnvironment.getAssignValue(java.lang.String type, java.lang.Object input, java.lang.Object assignValue, AssignmentOperator operator)
          Returns the assign value