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

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

Uses of DefExpressionCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return DefExpressionCS
 DefExpressionCS CSTFactory.createDefExpressionCS()
          Returns a new object of class 'Def Expression CS'
 DefExpressionCS DefCS.getDefExpressionCS()
          Returns the value of the 'Def Expression CS' containment reference
 

Methods in org.eclipse.ocl.cst with parameters of type DefExpressionCS
 void DefCS.setDefExpressionCS(DefExpressionCS value)
          Sets the value of the 'Def Expression CS' containment reference
 

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

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

Fields in org.eclipse.ocl.cst.impl declared as DefExpressionCS
protected  DefExpressionCS DefCSImpl.defExpressionCS
          The cached value of the 'Def Expression CS' containment reference
 

Methods in org.eclipse.ocl.cst.impl that return DefExpressionCS
 DefExpressionCS CSTFactoryImpl.createDefExpressionCS()
           
 DefExpressionCS DefCSImpl.getDefExpressionCS()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type DefExpressionCS
 NotificationChain DefCSImpl.basicSetDefExpressionCS(DefExpressionCS newDefExpressionCS, NotificationChain msgs)
           
 void DefCSImpl.setDefExpressionCS(DefExpressionCS newDefExpressionCS)
           
 

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

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

Uses of DefExpressionCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return DefExpressionCS
protected  DefExpressionCS AbstractOCLParser.createDefExpressionCS(VariableCS variableCS, OperationCS operationCS, OCLExpressionCS oclExpressionCS)
           
 

Methods in org.eclipse.ocl.parser with parameters of type DefExpressionCS
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.
 


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