org.eclipse.emf.ocl.utilities
Interface TypedASTNode

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
BagType, CollectionType, OrderedSetType, SequenceType, SetType, TupleLiteralPart, UnspecifiedValueExp, Variable
All Known Implementing Classes:
BagTypeImpl, CollectionTypeImpl, OrderedSetTypeImpl, SequenceTypeImpl, SetTypeImpl, TupleLiteralPartImpl, UnspecifiedValueExpImpl, VariableImpl

public interface TypedASTNode
extends ASTNode

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

The following features are supported:

See Also:
UtilitiesPackage.getTypedASTNode()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 int getTypeEndPosition()
          Returns the value of the 'Type End Position' attribute.
 int getTypeStartPosition()
          Returns the value of the 'Type Start Position' attribute.
 void setTypeEndPosition(int value)
          Sets the value of the 'Type End Position' attribute
 void setTypeStartPosition(int value)
          Sets the value of the 'Type 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

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getTypeStartPosition

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

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

Returns:
the value of the 'Type Start Position' attribute.
See Also:
TypedASTNode.setTypeStartPosition(int), UtilitiesPackage.getTypedASTNode_TypeStartPosition()

setTypeStartPosition

public void setTypeStartPosition(int value)
Sets the value of the 'Type Start Position' attribute.

Parameters:
value - the new value of the 'Type Start Position' attribute.
See Also:
TypedASTNode.getTypeStartPosition()

getTypeEndPosition

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

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

Returns:
the value of the 'Type End Position' attribute.
See Also:
TypedASTNode.setTypeEndPosition(int), UtilitiesPackage.getTypedASTNode_TypeEndPosition()

setTypeEndPosition

public void setTypeEndPosition(int value)
Sets the value of the 'Type End Position' attribute.

Parameters:
value - the new value of the 'Type End Position' attribute.
See Also:
TypedASTNode.getTypeEndPosition()

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