|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Referrable in org.eclipse.emf.mwe2.language.mwe2 |
|---|
| Subinterfaces of Referrable in org.eclipse.emf.mwe2.language.mwe2 | |
|---|---|
interface |
Component
A representation of the model object 'Component'. |
interface |
DeclaredProperty
A representation of the model object 'Declared Property'. |
| Methods in org.eclipse.emf.mwe2.language.mwe2 that return Referrable | |
|---|---|
Referrable |
Mwe2Factory.createReferrable()
Returns a new object of class 'Referrable'. |
Referrable |
AbstractReference.getReferable()
Returns the value of the 'Referable' reference. |
| Methods in org.eclipse.emf.mwe2.language.mwe2 with parameters of type Referrable | |
|---|---|
void |
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 Referrable | |
|---|---|
class |
ComponentImpl
An implementation of the model object 'Component'. |
class |
ComponentImplCustom
|
class |
DeclaredPropertyImpl
An implementation of the model object 'Declared Property'. |
class |
DeclaredPropertyImplCustom
|
class |
ReferrableImpl
An implementation of the model object 'Referrable'. |
class |
ReferrableImplCustom
|
| Fields in org.eclipse.emf.mwe2.language.mwe2.impl declared as Referrable | |
|---|---|
protected 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 Referrable | |
|---|---|
Referrable |
AbstractReferenceImpl.basicGetReferable()
|
Referrable |
PropertyReferenceImpl.basicGetReferable()
|
Referrable |
ReferenceImpl.basicGetReferable()
|
Referrable |
Mwe2FactoryImpl.createReferrable()
|
Referrable |
AbstractReferenceImpl.getReferable()
|
Referrable |
PropertyReferenceImpl.getReferable()
|
Referrable |
ReferenceImpl.getReferable()
|
| Methods in org.eclipse.emf.mwe2.language.mwe2.impl with parameters of type Referrable | |
|---|---|
void |
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 Referrable | |
|---|---|
T |
Mwe2Switch.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 Referrable | |
|---|---|
boolean |
Mwe2ScopeProvider.collectReferablesUpTo(Component component,
org.eclipse.emf.ecore.EObject object,
java.util.List<Referrable> result)
|
void |
Mwe2ScopeProvider.collectReferablesUpTo(org.eclipse.emf.ecore.EObject object,
boolean allowObjects,
java.util.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 | |
|---|---|
java.util.Map<java.lang.String,Referrable> |
Mwe2JavaValidator.collectReferablesUpTo(Component component)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||