org.eclipse.ocl.utilities
Interface CallingASTNode

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AssociationClassCallExp, AssociationClassCallExp<C,P>, AssociationClassCallExp, CallExp<C>, CallExp, CallExp, FeatureCallExp<C>, FeatureCallExp, FeatureCallExp, IterateExp, IterateExp<C,PM>, IterateExp, IteratorExp, IteratorExp<C,PM>, IteratorExp, LoopExp<C,PM>, LoopExp, LoopExp, MessageExp<C,COA,SSA>, MessageExp, MessageExp, NavigationCallExp, NavigationCallExp<C,P>, NavigationCallExp, OperationCallExp, OperationCallExp<C,O>, OperationCallExp, OppositePropertyCallExp, PropertyCallExp, PropertyCallExp<C,P>, PropertyCallExp
All Known Implementing Classes:
AssociationClassCallExpImpl, AssociationClassCallExpImpl, AssociationClassCallExpImpl, CallExpImpl, CallExpImpl, CallExpImpl, FeatureCallExpImpl, FeatureCallExpImpl, FeatureCallExpImpl, IterateExpImpl, IterateExpImpl, IterateExpImpl, IteratorExpImpl, IteratorExpImpl, IteratorExpImpl, LoopExpImpl, LoopExpImpl, LoopExpImpl, MessageExpImpl, MessageExpImpl, MessageExpImpl, NavigationCallExpImpl, NavigationCallExpImpl, NavigationCallExpImpl, OperationCallExpImpl, OperationCallExpImpl, OperationCallExpImpl, OppositePropertyCallExpImpl, PropertyCallExpImpl, PropertyCallExpImpl, PropertyCallExpImpl

public interface CallingASTNode
extends ASTNode

A representation of the model object 'Calling AST Node'.

The following features are supported:

See Also:
UtilitiesPackage.getCallingASTNode()
Generated
Model
interface="true" abstract="true"

Method Summary
 int getPropertyEndPosition()
          Returns the value of the 'Property End Position' attribute.
 int getPropertyStartPosition()
          Returns the value of the 'Property Start Position' attribute.
 void setPropertyEndPosition(int value)
          Sets the value of the 'Property End Position' attribute.
 void setPropertyStartPosition(int value)
          Sets the value of the 'Property Start Position' attribute.
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getPropertyStartPosition

int getPropertyStartPosition()
Returns the value of the 'Property Start Position' attribute. The default value is "-1".

If the meaning of the 'Property Start Position' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Property Start Position' attribute.
See Also:
setPropertyStartPosition(int), UtilitiesPackage.getCallingASTNode_PropertyStartPosition()
Generated
Model
default="-1" transient="true"

setPropertyStartPosition

void setPropertyStartPosition(int value)
Sets the value of the 'Property Start Position' attribute.

Parameters:
value - the new value of the 'Property Start Position' attribute.
See Also:
getPropertyStartPosition()
Generated

getPropertyEndPosition

int getPropertyEndPosition()
Returns the value of the 'Property End Position' attribute. The default value is "-1".

If the meaning of the 'Property End Position' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Property End Position' attribute.
See Also:
setPropertyEndPosition(int), UtilitiesPackage.getCallingASTNode_PropertyEndPosition()
Generated
Model
default="-1" transient="true"

setPropertyEndPosition

void setPropertyEndPosition(int value)
Sets the value of the 'Property End Position' attribute.

Parameters:
value - the new value of the 'Property End Position' attribute.
See Also:
getPropertyEndPosition()
Generated