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

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

Uses of InitOrDerValueCS in org.eclipse.ocl.cst
 

Subinterfaces of InitOrDerValueCS in org.eclipse.ocl.cst
 interface DerValueCS
          A representation of the model object 'Der Value CS'
 interface InitValueCS
          A representation of the model object 'Init Value CS'
 

Methods in org.eclipse.ocl.cst that return InitOrDerValueCS
 InitOrDerValueCS PropertyContextCS.getInitOrDerValueCS()
          Returns the value of the 'Init Or Der Value CS' containment reference
 InitOrDerValueCS InitOrDerValueCS.getInitOrDerValueCS()
          Returns the value of the 'Init Or Der Value CS' containment reference
 

Methods in org.eclipse.ocl.cst with parameters of type InitOrDerValueCS
 void PropertyContextCS.setInitOrDerValueCS(InitOrDerValueCS value)
          Sets the value of the 'Init Or Der Value CS' containment reference
 void InitOrDerValueCS.setInitOrDerValueCS(InitOrDerValueCS value)
          Sets the value of the 'Init Or Der Value CS' containment reference
 

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

Classes in org.eclipse.ocl.cst.impl that implement InitOrDerValueCS
 class DerValueCSImpl
          An implementation of the model object 'Der Value CS'
 class InitOrDerValueCSImpl
          An implementation of the model object 'Init Or Der Value CS'
 class InitValueCSImpl
          An implementation of the model object 'Init Value CS'
 

Fields in org.eclipse.ocl.cst.impl declared as InitOrDerValueCS
protected  InitOrDerValueCS PropertyContextCSImpl.initOrDerValueCS
          The cached value of the 'Init Or Der Value CS' containment reference
protected  InitOrDerValueCS InitOrDerValueCSImpl.initOrDerValueCS
          The cached value of the 'Init Or Der Value CS' containment reference
 

Methods in org.eclipse.ocl.cst.impl that return InitOrDerValueCS
 InitOrDerValueCS PropertyContextCSImpl.getInitOrDerValueCS()
           
 InitOrDerValueCS InitOrDerValueCSImpl.getInitOrDerValueCS()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type InitOrDerValueCS
 NotificationChain PropertyContextCSImpl.basicSetInitOrDerValueCS(InitOrDerValueCS newInitOrDerValueCS, NotificationChain msgs)
           
 NotificationChain InitOrDerValueCSImpl.basicSetInitOrDerValueCS(InitOrDerValueCS newInitOrDerValueCS, NotificationChain msgs)
           
 void PropertyContextCSImpl.setInitOrDerValueCS(InitOrDerValueCS newInitOrDerValueCS)
           
 void InitOrDerValueCSImpl.setInitOrDerValueCS(InitOrDerValueCS newInitOrDerValueCS)
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type InitOrDerValueCS
 T CSTSwitch.caseInitOrDerValueCS(InitOrDerValueCS object)
          Returns the result of interpreting the object as an instance of 'Init Or Der Value CS'
 

Uses of InitOrDerValueCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser with parameters of type InitOrDerValueCS
protected  DerValueCS AbstractOCLParser.createDerValueCS(InitOrDerValueCS initOrDerValueCS, OCLExpressionCS oclExpressionCS)
           
protected  InitValueCS AbstractOCLParser.createInitValueCS(InitOrDerValueCS initOrDerValueCS, OCLExpressionCS oclExpressionCS)
           
protected  PropertyContextCS AbstractOCLParser.createPropertyContextCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS, TypeCS typeCS, InitOrDerValueCS initOrDerValueCS)
           
protected  CT AbstractOCLAnalyzer.initOrDerValueCS(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, InitOrDerValueCS initOrDerValueCS)
          InitOrDerValueCS
 


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