org.eclipse.ocl.utilities
Interface ASTNode

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AssociationClassCallExp, AssociationClassCallExp<C,P>, AssociationClassCallExp, BagType<C,O>, BagType, BagType, BooleanLiteralExp, BooleanLiteralExp<C>, BooleanLiteralExp, CallExp<C>, CallExp, CallExp, CallingASTNode, CollectionLiteralExp<C>, CollectionLiteralExp, CollectionLiteralExp, CollectionType<C,O>, CollectionType, CollectionType, EnumLiteralExp<C,EL>, EnumLiteralExp, EnumLiteralExp, FeatureCallExp<C>, FeatureCallExp, FeatureCallExp, IfExp<C>, IfExp, IfExp, IntegerLiteralExp, IntegerLiteralExp<C>, IntegerLiteralExp, InvalidLiteralExp<C>, InvalidLiteralExp, InvalidLiteralExp, IterateExp, IterateExp<C,PM>, IterateExp, IteratorExp, IteratorExp<C,PM>, IteratorExp, LetExp<C,PM>, LetExp, LetExp, LiteralExp<C>, LiteralExp, LiteralExp, LoopExp<C,PM>, LoopExp, LoopExp, MessageExp<C,COA,SSA>, MessageExp, MessageExp, NavigationCallExp, NavigationCallExp<C,P>, NavigationCallExp, NullLiteralExp<C>, NullLiteralExp, NullLiteralExp, NumericLiteralExp, NumericLiteralExp<C>, NumericLiteralExp, OCLExpression<C>, OCLExpression, OCLExpression, OperationCallExp, OperationCallExp<C,O>, OperationCallExp, OppositePropertyCallExp, OrderedSetType<C,O>, OrderedSetType, OrderedSetType, PrimitiveLiteralExp<C>, PrimitiveLiteralExp, PrimitiveLiteralExp, PropertyCallExp, PropertyCallExp<C,P>, PropertyCallExp, RealLiteralExp, RealLiteralExp<C>, RealLiteralExp, SequenceType<C,O>, SequenceType, SequenceType, SetType<C,O>, SetType, SetType, StateExp<C,S>, StateExp, StateExp, StringLiteralExp, StringLiteralExp<C>, StringLiteralExp, TupleLiteralExp<C,P>, TupleLiteralExp, TupleLiteralExp, TupleLiteralPart<C,P>, TupleLiteralPart, TupleLiteralPart, TypedASTNode, TypeExp<C>, TypeExp, TypeExp, UnlimitedNaturalLiteralExp, UnlimitedNaturalLiteralExp<C>, UnlimitedNaturalLiteralExp, UnspecifiedValueExp<C>, UnspecifiedValueExp, UnspecifiedValueExp, Variable<C,PM>, Variable, Variable, VariableExp<C,PM>, VariableExp, VariableExp
All Known Implementing Classes:
AssociationClassCallExpImpl, AssociationClassCallExpImpl, AssociationClassCallExpImpl, BagTypeImpl, BagTypeImpl, BagTypeImpl, BooleanLiteralExpImpl, BooleanLiteralExpImpl, BooleanLiteralExpImpl, CallExpImpl, CallExpImpl, CallExpImpl, CollectionLiteralExpImpl, CollectionLiteralExpImpl, CollectionLiteralExpImpl, CollectionTypeImpl, CollectionTypeImpl, CollectionTypeImpl, EnumLiteralExpImpl, EnumLiteralExpImpl, EnumLiteralExpImpl, FeatureCallExpImpl, FeatureCallExpImpl, FeatureCallExpImpl, IfExpImpl, IfExpImpl, IfExpImpl, IntegerLiteralExpImpl, IntegerLiteralExpImpl, IntegerLiteralExpImpl, InvalidLiteralExpImpl, InvalidLiteralExpImpl, InvalidLiteralExpImpl, IterateExpImpl, IterateExpImpl, IterateExpImpl, IteratorExpImpl, IteratorExpImpl, IteratorExpImpl, LetExpImpl, LetExpImpl, LetExpImpl, LiteralExpImpl, LiteralExpImpl, LiteralExpImpl, LoopExpImpl, LoopExpImpl, LoopExpImpl, MessageExpImpl, MessageExpImpl, MessageExpImpl, NavigationCallExpImpl, NavigationCallExpImpl, NavigationCallExpImpl, NullLiteralExpImpl, NullLiteralExpImpl, NullLiteralExpImpl, NumericLiteralExpImpl, NumericLiteralExpImpl, NumericLiteralExpImpl, OCLExpressionImpl, OCLExpressionImpl, OCLExpressionImpl, OperationCallExpImpl, OperationCallExpImpl, OperationCallExpImpl, OppositePropertyCallExpImpl, OrderedSetTypeImpl, OrderedSetTypeImpl, OrderedSetTypeImpl, PrimitiveLiteralExpImpl, PrimitiveLiteralExpImpl, PrimitiveLiteralExpImpl, PropertyCallExpImpl, PropertyCallExpImpl, PropertyCallExpImpl, RealLiteralExpImpl, RealLiteralExpImpl, RealLiteralExpImpl, SequenceTypeImpl, SequenceTypeImpl, SequenceTypeImpl, SetTypeImpl, SetTypeImpl, SetTypeImpl, StateExpImpl, StateExpImpl, StateExpImpl, StringLiteralExpImpl, StringLiteralExpImpl, StringLiteralExpImpl, TupleLiteralExpImpl, TupleLiteralExpImpl, TupleLiteralExpImpl, TupleLiteralPartImpl, TupleLiteralPartImpl, TupleLiteralPartImpl, TypeExpImpl, TypeExpImpl, TypeExpImpl, UnlimitedNaturalLiteralExpImpl, UnlimitedNaturalLiteralExpImpl, UnlimitedNaturalLiteralExpImpl, UnspecifiedValueExpImpl, UnspecifiedValueExpImpl, UnspecifiedValueExpImpl, VariableExpImpl, VariableExpImpl, VariableExpImpl, VariableImpl, VariableImpl, VariableImpl

public interface ASTNode
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'AST Node'.

The following features are supported:

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

Method Summary
 int getEndPosition()
          Returns the value of the 'End Position' attribute.
 int getStartPosition()
          Returns the value of the 'Start Position' attribute.
 void setEndPosition(int value)
          Sets the value of the 'End Position' attribute.
 void setStartPosition(int value)
          Sets the value of the 'Start Position' attribute.
 
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

getStartPosition

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

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

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

setStartPosition

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

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

getEndPosition

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

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

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

setEndPosition

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

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