org.eclipse.emf.ocl.utilities
Interface CallingASTNode

All Superinterfaces:
ASTNode, EObject, Notifier
All Known Subinterfaces:
AssociationClassCallExp, CallExp, FeatureCallExp, IterateExp, IteratorExp, LoopExp, MessageExp, NavigationCallExp, OperationCallExp, PropertyCallExp
All Known Implementing Classes:
AssociationClassCallExpImpl, CallExpImpl, FeatureCallExpImpl, IterateExpImpl, IteratorExpImpl, LoopExpImpl, MessageExpImpl, NavigationCallExpImpl, OperationCallExpImpl, PropertyCallExpImpl

Deprecated. Use the CallingASTNode interface, instead.

@Deprecated
public interface CallingASTNode
extends ASTNode

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

The following features are supported:

See Also:
UtilitiesPackage.getCallingASTNode()

Field Summary
static String copyright
          Deprecated.  
 
Method Summary
 int getPropertyEndPosition()
          Deprecated. Returns the value of the 'Property End Position' attribute.
 int getPropertyStartPosition()
          Deprecated. Returns the value of the 'Property Start Position' attribute.
 void setPropertyEndPosition(int value)
          Deprecated. Sets the value of the 'Property End Position' attribute
 void setPropertyStartPosition(int value)
          Deprecated. Sets the value of the 'Property Start Position' attribute
 
Methods inherited from interface org.eclipse.emf.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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final String copyright
Deprecated. 

See Also:
Constant Field Values
Method Detail

getPropertyStartPosition

int getPropertyStartPosition()
Deprecated. 
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()

setPropertyStartPosition

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

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

getPropertyEndPosition

int getPropertyEndPosition()
Deprecated. 
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()

setPropertyEndPosition

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

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

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.