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
           A representation of the model object 'Tuple Literal Part'
 interface UnspecifiedValueExp
           
 interface Variable
           
 

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
 java.lang.Object ExpressionsSwitch.caseTypedASTNode(TypedASTNode object)
          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
           
 interface CollectionType
           
 interface OrderedSetType
           
 interface SequenceType
           
 interface SetType
           
 

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
 java.lang.Object TypesSwitch.caseTypedASTNode(TypedASTNode object)
          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
 java.lang.Object UtilitiesSwitch.caseTypedASTNode(TypedASTNode object)
          Returns the result of interpretting the object as an instance of 'Typed AST Node'
 


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