Uses of Interface
org.eclipse.emf.ocl.utilities.TypedASTNode

Packages that use TypedASTNode
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax. 
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API. 
org.eclipse.emf.ocl.types Abstract API for OCL types. 
org.eclipse.emf.ocl.types.impl Implementation of the API for OCL types. 
org.eclipse.emf.ocl.types.util EMF utilities for the OCL types API. 
org.eclipse.emf.ocl.utilities.util EMF utilities for the OCL AST utilities API. 
 

Uses of TypedASTNode in org.eclipse.emf.ocl.expressions
 

Subinterfaces of TypedASTNode in org.eclipse.emf.ocl.expressions
 interface TupleLiteralPart
          Deprecated. Use the TupleLiteralPart interface, instead.
 interface UnspecifiedValueExp
          Deprecated. Use the UnspecifiedValueExp interface, instead.
 interface Variable
          Deprecated. Use the Variable interface, instead.
 

Uses of TypedASTNode in org.eclipse.emf.ocl.expressions.impl
 

Classes in org.eclipse.emf.ocl.expressions.impl that implement TypedASTNode
 class TupleLiteralPartImpl
          An implementation of the model object 'Tuple Literal Part'
 class UnspecifiedValueExpImpl
          An implementation of the model object 'Unspecified Value Exp'
 class VariableImpl
          An implementation of the model object ' Variable'.
 

Uses of TypedASTNode in org.eclipse.emf.ocl.expressions.util
 

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type TypedASTNode
 Object ExpressionsSwitch.caseTypedASTNode(TypedASTNode object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Typed AST Node'
 

Uses of TypedASTNode in org.eclipse.emf.ocl.types
 

Subinterfaces of TypedASTNode in org.eclipse.emf.ocl.types
 interface BagType
          Deprecated. Use the BagType interface, instead. Note also, that the OCLStandardLibrary.getBag() method provides the Bag(T) generic instance of this metaclass.
 interface CollectionType
          Deprecated. Use the CollectionType interface, instead. Note also, that the OCLStandardLibrary.getCollection() method provides the Collection(T) generic instance of this metaclass.
 interface OrderedSetType
          Deprecated. Use the OrderedSetType interface, instead. Note also, that the OCLStandardLibrary.getOrderedSet() method provides the OrderedSet(T) generic instance of this metaclass.
 interface SequenceType
          Deprecated. Use the SequenceType interface, instead. Note also, that the OCLStandardLibrary.getSequence() method provides the Sequence(T) generic instance of this metaclass.
 interface SetType
          Deprecated. Use the SetType interface, instead. Note also, that the OCLStandardLibrary.getSet() method provides the Set(T) generic instance of this metaclass.
 

Uses of TypedASTNode in org.eclipse.emf.ocl.types.impl
 

Classes in org.eclipse.emf.ocl.types.impl that implement TypedASTNode
 class BagTypeImpl
           
 class CollectionTypeImpl
           
 class OrderedSetTypeImpl
          An implementation of the model object 'Ordered Set Type'
 class SequenceTypeImpl
          An implementation of the model object 'Sequence Type'
 class SetTypeImpl
          An implementation of the model object 'Set Type'
 

Uses of TypedASTNode in org.eclipse.emf.ocl.types.util
 

Methods in org.eclipse.emf.ocl.types.util with parameters of type TypedASTNode
 T TypesSwitch.caseTypedASTNode(TypedASTNode object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Typed AST Node'
 

Uses of TypedASTNode in org.eclipse.emf.ocl.utilities.util
 

Methods in org.eclipse.emf.ocl.utilities.util with parameters of type TypedASTNode
 Object UtilitiesSwitch.caseTypedASTNode(TypedASTNode object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Typed AST Node'
 


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