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

Packages that use AbstractReference
org.eclipse.emf.mwe2.language.mwe2   
org.eclipse.emf.mwe2.language.mwe2.impl   
org.eclipse.emf.mwe2.language.mwe2.util   
 

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

Subinterfaces of AbstractReference in org.eclipse.emf.mwe2.language.mwe2
 interface PropertyReference
          A representation of the model object 'Property Reference'.
 interface Reference
          A representation of the model object 'Reference'.
 

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

Classes in org.eclipse.emf.mwe2.language.mwe2.impl that implement AbstractReference
 class AbstractReferenceImpl
          An implementation of the model object 'Abstract Reference'.
 class PropertyReferenceImpl
          An implementation of the model object 'Property Reference'.
 class ReferenceImpl
          An implementation of the model object 'Reference'.
 class ReferenceImplCustom
           
 

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

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