Uses of Interface
org.eclipse.emf.ocl.expressions.TypeExp

Packages that use TypeExp
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.  
 

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

Methods in org.eclipse.emf.ocl.expressions that return TypeExp
 TypeExp ExpressionsFactory.createTypeExp()
          Returns a new object of class 'Type Exp'
 

Methods in org.eclipse.emf.ocl.expressions with parameters of type TypeExp
 java.lang.Object Visitor.visitTypeExp(TypeExp t)
           
 

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

Classes in org.eclipse.emf.ocl.expressions.impl that implement TypeExp
 class TypeExpImpl
           An implementation of the model object 'Type Exp'
 

Methods in org.eclipse.emf.ocl.expressions.impl that return TypeExp
 TypeExp ExpressionsFactoryImpl.createTypeExp()
           
 

Methods in org.eclipse.emf.ocl.expressions.impl with parameters of type TypeExp
 java.lang.Object ValidationVisitorImpl.visitTypeExp(TypeExp t)
          Callback for a TypeExp visit.
 java.lang.Object ToStringVisitorImpl.visitTypeExp(TypeExp t)
           
 java.lang.Object EvaluationVisitorImpl.visitTypeExp(TypeExp t)
          Callback for a TypeExp visiy.
 

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

Methods in org.eclipse.emf.ocl.expressions.util with parameters of type TypeExp
 java.lang.Object ExpressionsSwitch.caseTypeExp(TypeExp object)
          Returns the result of interpretting the object as an instance of 'Type Exp'
 java.lang.Object AbstractVisitor.visitTypeExp(TypeExp t)
           
 


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