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

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

Uses of DefCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return DefCS
 DefCS CSTFactory.createDefCS()
          Returns a new object of class 'Def CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement DefCS
 class DefCSImpl
          An implementation of the model object 'Def CS'
 

Methods in org.eclipse.ocl.cst.impl that return DefCS
 DefCS CSTFactoryImpl.createDefCS()
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type DefCS
 T CSTSwitch.caseDefCS(DefCS object)
          Returns the result of interpreting the object as an instance of 'Def CS'
 

Uses of DefCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return DefCS
protected  DefCS AbstractOCLParser.createDefCS(InvOrDefCS invOrDefCS, SimpleNameCS simpleNameCS, DefExpressionCS defExpressionCS)
          Deprecated. As of 1.3, the #createDefCS(SimpleNameCS, OCLExpressionCS) method should be used, instead.
protected  DefCS AbstractOCLParser.createDefCS(SimpleNameCS simpleNameCS, DefExpressionCS defExpressionCS)
          Creates a definition constraint.
 

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


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