public abstract class OCLExpressionImpl<C> extends EObjectImpl implements OCLExpression<C>
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 static int |
START_POSITION_EDEFAULT
The default value of the '
Start Position' attribute. |
protected int |
startPosition
The cached value of the '
Start Position' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
OCLExpressionImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
int |
eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
int |
getEndPosition() |
String |
getName() |
int |
getStartPosition() |
C |
getType() |
void |
setEndPosition(int newEndPosition) |
void |
setName(String name) |
void |
setStartPosition(int newStartPosition) |
void |
setType(C type) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetTypeprotected 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 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 <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
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.