Uses of Interface
org.eclipse.ocl.cst.FeatureCallExpCS

Packages that use FeatureCallExpCS
org.eclipse.ocl.cst   
org.eclipse.ocl.cst.impl   
org.eclipse.ocl.cst.util   
org.eclipse.ocl.parser   
 

Uses of FeatureCallExpCS in org.eclipse.ocl.cst
 

Subinterfaces of FeatureCallExpCS in org.eclipse.ocl.cst
 interface OperationCallExpCS
          A representation of the model object 'Operation Call Exp CS'
 

Methods in org.eclipse.ocl.cst that return FeatureCallExpCS
 FeatureCallExpCS CSTFactory.createFeatureCallExpCS()
          Returns a new object of class 'Feature Call Exp CS'
 

Uses of FeatureCallExpCS in org.eclipse.ocl.cst.impl
 

Classes in org.eclipse.ocl.cst.impl that implement FeatureCallExpCS
 class FeatureCallExpCSImpl
          An implementation of the model object 'Feature Call Exp CS'
 class OperationCallExpCSImpl
          An implementation of the model object 'Operation Call Exp CS'
 

Methods in org.eclipse.ocl.cst.impl that return FeatureCallExpCS
 FeatureCallExpCS CSTFactoryImpl.createFeatureCallExpCS()
           
 

Uses of FeatureCallExpCS in org.eclipse.ocl.cst.util
 

Methods in org.eclipse.ocl.cst.util with parameters of type FeatureCallExpCS
 T CSTSwitch.caseFeatureCallExpCS(FeatureCallExpCS object)
          Returns the result of interpreting the object as an instance of 'Feature Call Exp CS'
 

Uses of FeatureCallExpCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return FeatureCallExpCS
protected  FeatureCallExpCS AbstractOCLParser.createFeatureCallExpCS(SimpleNameCS simpleNameCS, EList<OCLExpressionCS> arguments, IsMarkedPreCS isMarkedPreCS)
           
 

Methods in org.eclipse.ocl.parser with parameters of type FeatureCallExpCS
protected  OCLExpression<C> AbstractOCLAnalyzer.modelPropertyCallExpCS(FeatureCallExpCS modelPropertyCallExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          ModelPropertyCallExpCS
 


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