public abstract class OCLExpressionImpl extends ETypedElementImpl implements OCLExpression
The following features are implemented:
| 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) |
void |
eUnset(int featureID) |
int |
getEndPosition() |
int |
getStartPosition() |
EClassifier |
getType() |
void |
setEndPosition(int newEndPosition) |
void |
setStartPosition(int newStartPosition) |
void |
setType(EClassifier type) |
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 <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
public EClassifier getType()
getType in interface TypedElement<EClassifier>public void setType(EClassifier type)
setType in interface TypedElement<EClassifier>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.