public class VariableImpl<C,PM> extends EObjectImpl implements Variable<C,PM>
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static int |
END_POSITION_EDEFAULT
The default value of the '
End Position' attribute. |
protected int |
endPosition
The cached value of the '
End Position' attribute. |
protected OCLExpression<C> |
initExpression
The cached value of the '
Init Expression' containment reference. |
protected PM |
representedParameter
The cached value of the '
Represented Parameter' reference. |
protected static int |
START_POSITION_EDEFAULT
The default value of the '
Start Position' attribute. |
protected int |
startPosition
The cached value of the '
Start Position' attribute. |
protected static int |
TYPE_END_POSITION_EDEFAULT
The default value of the '
Type End Position' attribute. |
protected static int |
TYPE_START_POSITION_EDEFAULT
The default value of the '
Type Start Position' attribute. |
protected int |
typeEndPosition
The cached value of the '
Type End Position' attribute. |
protected int |
typeStartPosition
The cached value of the '
Type Start Position' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
VariableImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
PM |
basicGetRepresentedParameter() |
NotificationChain |
basicSetInitExpression(OCLExpression<C> 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) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
int |
getEndPosition() |
OCLExpression<C> |
getInitExpression() |
String |
getName() |
PM |
getRepresentedParameter() |
int |
getStartPosition() |
C |
getType() |
int |
getTypeEndPosition() |
int |
getTypeStartPosition() |
void |
setEndPosition(int newEndPosition) |
void |
setInitExpression(OCLExpression<C> newInitExpression) |
void |
setName(String name) |
void |
setRepresentedParameter(PM newRepresentedParameter) |
void |
setStartPosition(int newStartPosition) |
void |
setType(C type) |
void |
setTypeEndPosition(int newTypeEndPosition) |
void |
setTypeStartPosition(int newTypeStartPosition) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckInitType, setInitExpression, setRepresentedParametersetTypeprotected static final int START_POSITION_EDEFAULT
Start Position' attribute.
getStartPosition(),
Constant Field Valuesprotected int startPosition
Start Position' attribute.
getStartPosition()protected static final int END_POSITION_EDEFAULT
End Position' attribute.
getEndPosition(),
Constant Field Valuesprotected int endPosition
End Position' attribute.
getEndPosition()protected static final int TYPE_START_POSITION_EDEFAULT
Type Start Position' attribute.
getTypeStartPosition(),
Constant Field Valuesprotected int typeStartPosition
Type Start Position' attribute.
getTypeStartPosition()protected static final int TYPE_END_POSITION_EDEFAULT
Type End Position' attribute.
getTypeEndPosition(),
Constant Field Valuesprotected int typeEndPosition
Type End Position' attribute.
getTypeEndPosition()protected OCLExpression<C> initExpression
Init Expression' containment reference.
getInitExpression()protected PM representedParameter
Represented Parameter' reference.
getRepresentedParameter()protected EClass eStaticClass()
public String getName()
getName in interface TypedElement<C>public C getType()
getType in interface TypedElement<C>public void setName(String name)
setName in interface TypedElement<C>public void setType(C type)
public 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<C> getInitExpression()
getInitExpression in interface Variable<C,PM>Variable.setInitExpression(OCLExpression),
ExpressionsPackage.getVariable_InitExpression()public NotificationChain basicSetInitExpression(OCLExpression<C> newInitExpression, NotificationChain msgs)
public void setInitExpression(OCLExpression<C> newInitExpression)
public PM getRepresentedParameter()
getRepresentedParameter in interface Variable<C,PM>Variable.setRepresentedParameter(Object),
ExpressionsPackage.getVariable_RepresentedParameter()public PM basicGetRepresentedParameter()
public void setRepresentedParameter(PM newRepresentedParameter)
public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
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 © 2015 Open eHealth Foundation. All rights reserved.