Modifier and Type | Method and Description |
---|---|
VariableReference |
EClassifierConstraint.getVar()
Returns the value of the 'Var' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
EClassifierConstraint.setVar(VariableReference value)
Sets the value of the '
Var ' containment reference. |
Modifier and Type | Method and Description |
---|---|
VariableReference |
EClassifierConstraintImpl.getVar() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
EClassifierConstraintImpl.basicSetVar(VariableReference newVar,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
EClassifierConstraintImpl.setVar(VariableReference newVar) |
Modifier and Type | Method and Description |
---|---|
VariableReference |
PatternLanguageFactory.createVariableReference()
Returns a new object of class 'Variable Reference'.
|
VariableReference |
PathExpressionHead.getSrc()
Returns the value of the 'Src' containment reference.
|
VariableReference |
VariableValue.getValue()
Returns the value of the 'Value' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VariableReference> |
Variable.getReferences()
Returns the value of the 'References' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
PathExpressionHead.setSrc(VariableReference value)
Sets the value of the '
Src ' containment reference. |
void |
VariableValue.setValue(VariableReference value)
Sets the value of the '
Value ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
VariableReferenceImpl
An implementation of the model object 'Variable Reference'.
|
Modifier and Type | Method and Description |
---|---|
VariableReference |
PatternLanguageFactoryImpl.createVariableReference() |
VariableReference |
PathExpressionHeadImpl.getSrc() |
VariableReference |
VariableValueImpl.getValue() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VariableReference> |
VariableImpl.getReferences() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
PathExpressionHeadImpl.basicSetSrc(VariableReference newSrc,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
VariableValueImpl.basicSetValue(VariableReference newValue,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
PathExpressionHeadImpl.setSrc(VariableReference newSrc) |
void |
VariableValueImpl.setValue(VariableReference newValue) |
Modifier and Type | Method and Description |
---|---|
T |
PatternLanguageSwitch.caseVariableReference(VariableReference object)
Returns the result of interpreting the object as an instance of 'Variable Reference'.
|
Modifier and Type | Method and Description |
---|---|
IInputKey |
ITypeInferrer.getVariableReferenceType(VariableReference reference)
Calculates the type of a variable reference.
|
IInputKey |
ITypeInferrer.NullTypeInferrer.getVariableReferenceType(VariableReference reference) |
IInputKey |
AbstractTypeInferrer.getVariableReferenceType(VariableReference reference) |