org.eclipse.emf.ocl.expressions.impl
Class OCLExpressionImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.ecore.impl.FlatEObjectImpl
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.ENamedElementImpl
org.eclipse.emf.ocl.uml.impl.TypedElementImpl
org.eclipse.emf.ocl.expressions.impl.OCLExpressionImpl
- All Implemented Interfaces:
- Notifier, EModelElement, ENamedElement, EObject, InternalEObject, OCLExpression, TypedElement, ASTNode, Visitable
- Direct Known Subclasses:
- CallExpImpl, IfExpImpl, LetExpImpl, LiteralExpImpl, MessageExpImpl, StateExpImpl, TypeExpImpl, UnspecifiedValueExpImpl, VariableExpImpl
public abstract class OCLExpressionImpl
- extends TypedElementImpl
- implements OCLExpression
An implementation of the model object 'OCL Expression'.
The following features are implemented:
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
public static final String copyright
-
- See Also:
- Constant Field Values
START_POSITION_EDEFAULT
protected static final int START_POSITION_EDEFAULT
- The default value of the '
Start Position
' attribute.
- See Also:
getStartPosition()
,
Constant Field Values
startPosition
protected int startPosition
- The cached value of the '
Start Position
' attribute.
- See Also:
getStartPosition()
END_POSITION_EDEFAULT
protected static final int END_POSITION_EDEFAULT
- The default value of the '
End Position
' attribute.
- See Also:
getEndPosition()
,
Constant Field Values
endPosition
protected int endPosition
- The cached value of the '
End Position
' attribute.
- See Also:
getEndPosition()
OCLExpressionImpl
protected OCLExpressionImpl()
-
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass
in class TypedElementImpl
getStartPosition
public int getStartPosition()
-
- Specified by:
getStartPosition
in interface ASTNode
- Returns:
- the value of the 'Start Position' attribute.
- See Also:
ASTNode.setStartPosition(int)
,
UtilitiesPackage.getASTNode_StartPosition()
setStartPosition
public void setStartPosition(int newStartPosition)
-
- Specified by:
setStartPosition
in interface ASTNode
- Parameters:
newStartPosition
- the new value of the 'Start Position' attribute.- See Also:
ASTNode.getStartPosition()
getEndPosition
public int getEndPosition()
-
- Specified by:
getEndPosition
in interface ASTNode
- Returns:
- the value of the 'End Position' attribute.
- See Also:
ASTNode.setEndPosition(int)
,
UtilitiesPackage.getASTNode_EndPosition()
setEndPosition
public void setEndPosition(int newEndPosition)
-
- Specified by:
setEndPosition
in interface ASTNode
- Parameters:
newEndPosition
- the new value of the 'End Position' attribute.- See Also:
ASTNode.getEndPosition()
accept
public Object accept(Visitor v)
-
- Specified by:
accept
in interface Visitable
eGet
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Specified by:
eGet
in interface InternalEObject
- Overrides:
eGet
in class TypedElementImpl
eSet
public void eSet(int featureID,
Object newValue)
-
- Specified by:
eSet
in interface InternalEObject
- Overrides:
eSet
in class TypedElementImpl
eUnset
public void eUnset(int featureID)
-
- Specified by:
eUnset
in interface InternalEObject
- Overrides:
eUnset
in class TypedElementImpl
eIsSet
public boolean eIsSet(int featureID)
-
- Specified by:
eIsSet
in interface InternalEObject
- Overrides:
eIsSet
in class TypedElementImpl
eBaseStructuralFeatureID
public int eBaseStructuralFeatureID(int derivedFeatureID,
Class baseClass)
-
- Specified by:
eBaseStructuralFeatureID
in interface InternalEObject
- Overrides:
eBaseStructuralFeatureID
in class BasicEObjectImpl
eDerivedStructuralFeatureID
public int eDerivedStructuralFeatureID(int baseFeatureID,
Class baseClass)
-
- Specified by:
eDerivedStructuralFeatureID
in interface InternalEObject
- Overrides:
eDerivedStructuralFeatureID
in class BasicEObjectImpl
toString
public String toString()
- Overrides:
toString
in class ENamedElementImpl