public class VariableImpl extends ETypedElementImpl implements Variable
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
EParameter |
basicGetRepresentedParameter() |
NotificationChain |
basicSetInitExpression(OCLExpression<EClassifier> newInitExpression,
NotificationChain msgs) |
boolean |
checkInitType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
int |
eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
int |
getEndPosition() |
OCLExpression<EClassifier> |
getInitExpression() |
EParameter |
getRepresentedParameter() |
int |
getStartPosition() |
EClassifier |
getType() |
int |
getTypeEndPosition() |
int |
getTypeStartPosition() |
void |
setEndPosition(int newEndPosition) |
void |
setInitExpression(OCLExpression<EClassifier> newInitExpression) |
void |
setRepresentedParameter(EParameter newRepresentedParameter) |
void |
setStartPosition(int newStartPosition) |
void |
setType(EClassifier type) |
void |
setTypeEndPosition(int newTypeEndPosition) |
void |
setTypeStartPosition(int newTypeStartPosition) |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, setNamepublic int getStartPosition()
getStartPosition in interface ASTNodeASTNode.setStartPosition(int),
UtilitiesPackage.getASTNode_StartPosition()public void setStartPosition(int newStartPosition)
setStartPosition in interface ASTNodenewStartPosition - the new value of the 'Start Position' attribute.ASTNode.getStartPosition()public int getEndPosition()
getEndPosition in interface ASTNodeASTNode.setEndPosition(int),
UtilitiesPackage.getASTNode_EndPosition()public void setEndPosition(int newEndPosition)
setEndPosition in interface ASTNodenewEndPosition - the new value of the 'End Position' attribute.ASTNode.getEndPosition()public int getTypeStartPosition()
getTypeStartPosition in interface TypedASTNodeTypedASTNode.setTypeStartPosition(int),
UtilitiesPackage.getTypedASTNode_TypeStartPosition()public void setTypeStartPosition(int newTypeStartPosition)
setTypeStartPosition in interface TypedASTNodenewTypeStartPosition - the new value of the 'Type Start Position' attribute.TypedASTNode.getTypeStartPosition()public int getTypeEndPosition()
getTypeEndPosition in interface TypedASTNodeTypedASTNode.setTypeEndPosition(int),
UtilitiesPackage.getTypedASTNode_TypeEndPosition()public void setTypeEndPosition(int newTypeEndPosition)
setTypeEndPosition in interface TypedASTNodenewTypeEndPosition - the new value of the 'Type End Position' attribute.TypedASTNode.getTypeEndPosition()public OCLExpression<EClassifier> getInitExpression()
getInitExpression in interface Variable<EClassifier,EParameter>Variable.setInitExpression(OCLExpression),
ExpressionsPackage.getVariable_InitExpression()public NotificationChain basicSetInitExpression(OCLExpression<EClassifier> newInitExpression, NotificationChain msgs)
public void setInitExpression(OCLExpression<EClassifier> newInitExpression)
setInitExpression in interface Variable<EClassifier,EParameter>newInitExpression - the new value of the 'Init Expression' containment reference.Variable.getInitExpression()public EParameter getRepresentedParameter()
getRepresentedParameter in interface Variable<EClassifier,EParameter>Variable.setRepresentedParameter(Object),
ExpressionsPackage.getVariable_RepresentedParameter()public EParameter basicGetRepresentedParameter()
public void setRepresentedParameter(EParameter newRepresentedParameter)
setRepresentedParameter in interface Variable<EClassifier,EParameter>newRepresentedParameter - the new value of the 'Represented Parameter' reference.Variable.getRepresentedParameter()public boolean checkInitType(DiagnosticChain diagnostics,
Map<Object,Object> context)
checkInitType in interface Variable<EClassifier,EParameter>diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public EClassifier getType()
getType in interface TypedElement<EClassifier>public void setType(EClassifier type)
setType in interface TypedElement<EClassifier>public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID,
Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
public int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
public String toString()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.