Uses of Interface
org.eclipse.emf.mwe2.language.mwe2.Referrable
Packages that use Referrable
Package
Description
-
Uses of Referrable in org.eclipse.emf.mwe2.language.mwe2
Subinterfaces of Referrable in org.eclipse.emf.mwe2.language.mwe2Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Component'.interface
A representation of the model object 'Declared Property'.Methods in org.eclipse.emf.mwe2.language.mwe2 that return ReferrableModifier and TypeMethodDescriptionMwe2Factory.createReferrable()
Returns a new object of class 'Referrable'.AbstractReference.getReferable()
Returns the value of the 'Referable' reference.Methods in org.eclipse.emf.mwe2.language.mwe2 with parameters of type ReferrableModifier and TypeMethodDescriptionvoid
AbstractReference.setReferable
(Referrable value) Sets the value of the 'Referable
' reference. -
Uses of Referrable in org.eclipse.emf.mwe2.language.mwe2.impl
Classes in org.eclipse.emf.mwe2.language.mwe2.impl that implement ReferrableModifier and TypeClassDescriptionclass
An implementation of the model object 'Component'.class
class
An implementation of the model object 'Declared Property'.class
class
An implementation of the model object 'Referrable'.class
Fields in org.eclipse.emf.mwe2.language.mwe2.impl declared as ReferrableModifier and TypeFieldDescriptionprotected Referrable
AbstractReferenceImpl.referable
The cached value of the 'Referable
' reference.protected Referrable
PropertyReferenceImpl.referable
The cached value of the 'Referable
' reference.protected Referrable
ReferenceImpl.referable
The cached value of the 'Referable
' reference.Methods in org.eclipse.emf.mwe2.language.mwe2.impl that return ReferrableModifier and TypeMethodDescriptionAbstractReferenceImpl.basicGetReferable()
PropertyReferenceImpl.basicGetReferable()
ReferenceImpl.basicGetReferable()
Mwe2FactoryImpl.createReferrable()
AbstractReferenceImpl.getReferable()
PropertyReferenceImpl.getReferable()
ReferenceImpl.getReferable()
Methods in org.eclipse.emf.mwe2.language.mwe2.impl with parameters of type ReferrableModifier and TypeMethodDescriptionvoid
AbstractReferenceImpl.setReferable
(Referrable newReferable) void
PropertyReferenceImpl.setReferable
(Referrable newReferable) void
ReferenceImpl.setReferable
(Referrable newReferable) -
Uses of Referrable in org.eclipse.emf.mwe2.language.mwe2.util
Methods in org.eclipse.emf.mwe2.language.mwe2.util with parameters of type ReferrableModifier and TypeMethodDescriptionMwe2Switch.caseReferrable
(Referrable object) Returns the result of interpreting the object as an instance of 'Referrable'. -
Uses of Referrable in org.eclipse.emf.mwe2.language.scoping
Method parameters in org.eclipse.emf.mwe2.language.scoping with type arguments of type ReferrableModifier and TypeMethodDescriptionvoid
Mwe2ScopeProvider.collectReferablesUpTo
(org.eclipse.emf.ecore.EObject object, boolean allowObjects, List<Referrable> result) boolean
Mwe2ScopeProvider.collectReferablesUpTo
(Component component, org.eclipse.emf.ecore.EObject object, List<Referrable> result) -
Uses of Referrable in org.eclipse.emf.mwe2.language.validation
Methods in org.eclipse.emf.mwe2.language.validation that return types with arguments of type Referrable