Uses of Interface
org.eclipse.emf.mwe2.language.mwe2.Assignment

Packages that use Assignment
org.eclipse.emf.mwe2.language.factory   
org.eclipse.emf.mwe2.language.mwe2   
org.eclipse.emf.mwe2.language.mwe2.impl   
org.eclipse.emf.mwe2.language.mwe2.util   
org.eclipse.emf.mwe2.language.scoping   
org.eclipse.emf.mwe2.language.serializer   
org.eclipse.emf.mwe2.language.ui.labeling   
org.eclipse.emf.mwe2.language.ui.outline   
org.eclipse.emf.mwe2.language.validation   
 

Uses of Assignment in org.eclipse.emf.mwe2.language.factory
 

Method parameters in org.eclipse.emf.mwe2.language.factory with type arguments of type Assignment
protected  void Mwe2ExecutionEngine.internalApplyAssignments(java.lang.Object object, org.eclipse.xtext.common.types.JvmType type, boolean isAutoInject, java.util.List<Assignment> assignments, java.util.Map<org.eclipse.xtext.naming.QualifiedName,java.lang.Object> variables)
          applies the passed assignments to the given object.
 

Uses of Assignment in org.eclipse.emf.mwe2.language.mwe2
 

Methods in org.eclipse.emf.mwe2.language.mwe2 that return Assignment
 Assignment Mwe2Factory.createAssignment()
          Returns a new object of class 'Assignment'.
 

Methods in org.eclipse.emf.mwe2.language.mwe2 that return types with arguments of type Assignment
 org.eclipse.emf.common.util.EList<Assignment> Component.getAssignment()
          Returns the value of the 'Assignment' containment reference list.
 

Uses of Assignment in org.eclipse.emf.mwe2.language.mwe2.impl
 

Classes in org.eclipse.emf.mwe2.language.mwe2.impl that implement Assignment
 class AssignmentImpl
          An implementation of the model object 'Assignment'.
 class AssignmentImplCustom
           
 

Fields in org.eclipse.emf.mwe2.language.mwe2.impl with type parameters of type Assignment
protected  org.eclipse.emf.common.util.EList<Assignment> ComponentImpl.assignment
          The cached value of the 'Assignment' containment reference list.
 

Methods in org.eclipse.emf.mwe2.language.mwe2.impl that return Assignment
 Assignment Mwe2FactoryImpl.createAssignment()
           
 

Methods in org.eclipse.emf.mwe2.language.mwe2.impl that return types with arguments of type Assignment
 org.eclipse.emf.common.util.EList<Assignment> ComponentImpl.getAssignment()
           
 

Uses of Assignment in org.eclipse.emf.mwe2.language.mwe2.util
 

Methods in org.eclipse.emf.mwe2.language.mwe2.util with parameters of type Assignment
 T Mwe2Switch.caseAssignment(Assignment object)
          Returns the result of interpreting the object as an instance of 'Assignment'.
 

Uses of Assignment in org.eclipse.emf.mwe2.language.scoping
 

Methods in org.eclipse.emf.mwe2.language.scoping with parameters of type Assignment
 org.eclipse.xtext.scoping.IScope Mwe2ScopeProvider.scope_AbstractReference_referable(Assignment owner, org.eclipse.emf.ecore.EReference reference)
           
 org.eclipse.xtext.scoping.IScope Mwe2ScopeProvider.scope_Assignment_feature(Assignment context, org.eclipse.emf.ecore.EReference reference)
           
 

Uses of Assignment in org.eclipse.emf.mwe2.language.serializer
 

Methods in org.eclipse.emf.mwe2.language.serializer with parameters of type Assignment
protected  void AbstractMwe2SemanticSequencer.sequence_Assignment(org.eclipse.emf.ecore.EObject context, Assignment semanticObject)
          Constraint: (feature=[JvmIdentifiableElement|FQN] value=Value)
 

Uses of Assignment in org.eclipse.emf.mwe2.language.ui.labeling
 

Methods in org.eclipse.emf.mwe2.language.ui.labeling with parameters of type Assignment
 java.lang.String Mwe2LabelProvider.image(Assignment ass)
           
 

Uses of Assignment in org.eclipse.emf.mwe2.language.ui.outline
 

Methods in org.eclipse.emf.mwe2.language.ui.outline with parameters of type Assignment
protected  boolean Mwe2OutlineTreeProvider._isLeaf(Assignment assignment)
           
protected  java.lang.Object Mwe2OutlineTreeProvider._text(Assignment assignment)
           
 

Uses of Assignment in org.eclipse.emf.mwe2.language.validation
 

Methods in org.eclipse.emf.mwe2.language.validation with parameters of type Assignment
 void Mwe2JavaValidator.checkCompatibility(Assignment assignment)