Uses of Interface
org.eclipse.emf.mwe2.language.mwe2.Assignment
Packages that use Assignment
Package
Description
-
Uses of Assignment in org.eclipse.emf.mwe2.language.factory
Method parameters in org.eclipse.emf.mwe2.language.factory with type arguments of type AssignmentModifier and TypeMethodDescriptionprotected void
Mwe2ExecutionEngine.internalApplyAssignments
(Object object, org.eclipse.xtext.common.types.JvmType type, boolean isAutoInject, List<Assignment> assignments, Map<org.eclipse.xtext.naming.QualifiedName, 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 AssignmentModifier and TypeMethodDescriptionMwe2Factory.createAssignment()
Returns a new object of class 'Assignment'.Methods in org.eclipse.emf.mwe2.language.mwe2 that return types with arguments of type AssignmentModifier and TypeMethodDescriptionorg.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 AssignmentModifier and TypeClassDescriptionclass
An implementation of the model object 'Assignment'.class
Fields in org.eclipse.emf.mwe2.language.mwe2.impl with type parameters of type AssignmentModifier and TypeFieldDescriptionprotected 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 AssignmentMethods in org.eclipse.emf.mwe2.language.mwe2.impl that return types with arguments of type AssignmentModifier and TypeMethodDescriptionorg.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 AssignmentModifier and TypeMethodDescriptionMwe2Switch.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 AssignmentModifier and TypeMethodDescriptionorg.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 AssignmentModifier and TypeMethodDescriptionprotected void
AbstractMwe2SemanticSequencer.sequence_Assignment
(org.eclipse.xtext.serializer.ISerializationContext context, Assignment semanticObject) Contexts: Assignment returns Assignment 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 -
Uses of Assignment in org.eclipse.emf.mwe2.language.ui.outline
Methods in org.eclipse.emf.mwe2.language.ui.outline with parameters of type AssignmentModifier and TypeMethodDescriptionprotected boolean
Mwe2OutlineTreeProvider._isLeaf
(Assignment assignment) protected 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 AssignmentModifier and TypeMethodDescriptionvoid
Mwe2Validator.checkCompatibility
(Assignment assignment) void
Mwe2Validator.checkDeprecatedAssignment
(Assignment assignment)