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

Packages that use TypedASTNode
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.lpg   
org.eclipse.ocl.types Specification of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.impl Implementation of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.util Generated utilities for working with instances the Types model. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.utilities.util Generated utilities for working with instances the OCL utilities package. 
 

Uses of TypedASTNode in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type TypedASTNode
 T EcoreSwitch.caseTypedASTNode(TypedASTNode object)
          Returns the result of interpreting the object as an instance of 'Typed AST Node'
 

Uses of TypedASTNode in org.eclipse.ocl.expressions
 

Subinterfaces of TypedASTNode in org.eclipse.ocl.expressions
 interface TupleLiteralPart<C,P>
          A representation of the model object 'Tuple Literal Part'
 interface UnspecifiedValueExp<C>
          A representation of the model object 'Unspecified Value Exp'
 interface Variable<C,PM>
          A representation of the model object 'Variable'
 

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

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

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

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

Uses of TypedASTNode in org.eclipse.ocl.lpg
 

Methods in org.eclipse.ocl.lpg with parameters of type TypedASTNode
protected  void AbstractAnalyzer.initTypePositions(TypedASTNode typedASTNode, CSTNode cstNode)
          Initializes the type start and end positions of the specified typed AST node from the given CST node
 

Uses of TypedASTNode in org.eclipse.ocl.types
 

Subinterfaces of TypedASTNode in org.eclipse.ocl.types
 interface BagType<C,O>
          A representation of the model object 'Bag Type'
 interface CollectionType<C,O>
          A representation of the model object 'Collection Type'
 interface OrderedSetType<C,O>
          A representation of the model object 'Ordered Set Type'
 interface SequenceType<C,O>
          A representation of the model object 'Sequence Type'
 interface SetType<C,O>
          A representation of the model object 'Set Type'
 

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

Classes in org.eclipse.ocl.types.impl that implement TypedASTNode
 class BagTypeImpl<C,O>
          An implementation of the model object 'Bag Type'
 class CollectionTypeImpl<C,O>
          An implementation of the model object 'Collection Type'
 class OrderedSetTypeImpl<C,O>
          An implementation of the model object 'Ordered Set Type'
 class SequenceTypeImpl<C,O>
          An implementation of the model object 'Sequence Type'
 class SetTypeImpl<C,O>
          An implementation of the model object 'Set Type'
 

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

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

Uses of TypedASTNode in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type TypedASTNode
 T UMLSwitch.caseTypedASTNode(TypedASTNode object)
          Returns the result of interpreting the object as an instance of 'Typed AST Node'
 

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

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


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