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

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

Uses of InvOrDefCS in org.eclipse.ocl.cst
 

Subinterfaces of InvOrDefCS in org.eclipse.ocl.cst
 interface DefCS
          A representation of the model object 'Def CS'
 interface InvCS
          A representation of the model object 'Inv CS'
 

Methods in org.eclipse.ocl.cst that return InvOrDefCS
 InvOrDefCS InvOrDefCS.getInvOrDefCS()
          Returns the value of the 'Inv Or Def CS' reference
 InvOrDefCS ClassifierContextDeclCS.getInvOrDefCS()
          Returns the value of the 'Inv Or Def CS' containment reference
 

Methods in org.eclipse.ocl.cst with parameters of type InvOrDefCS
 void InvOrDefCS.setInvOrDefCS(InvOrDefCS value)
          Sets the value of the 'Inv Or Def CS' reference
 void ClassifierContextDeclCS.setInvOrDefCS(InvOrDefCS value)
          Sets the value of the 'Inv Or Def CS' containment reference
 

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

Classes in org.eclipse.ocl.cst.impl that implement InvOrDefCS
 class DefCSImpl
          An implementation of the model object 'Def CS'
 class InvCSImpl
          An implementation of the model object 'Inv CS'
 class InvOrDefCSImpl
          An implementation of the model object 'Inv Or Def CS'
 

Fields in org.eclipse.ocl.cst.impl declared as InvOrDefCS
protected  InvOrDefCS InvOrDefCSImpl.invOrDefCS
          The cached value of the 'Inv Or Def CS' reference
protected  InvOrDefCS ClassifierContextDeclCSImpl.invOrDefCS
          The cached value of the 'Inv Or Def CS' containment reference
 

Methods in org.eclipse.ocl.cst.impl that return InvOrDefCS
 InvOrDefCS InvOrDefCSImpl.basicGetInvOrDefCS()
           
 InvOrDefCS InvOrDefCSImpl.getInvOrDefCS()
           
 InvOrDefCS ClassifierContextDeclCSImpl.getInvOrDefCS()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type InvOrDefCS
 NotificationChain ClassifierContextDeclCSImpl.basicSetInvOrDefCS(InvOrDefCS newInvOrDefCS, NotificationChain msgs)
           
 void InvOrDefCSImpl.setInvOrDefCS(InvOrDefCS newInvOrDefCS)
           
 void ClassifierContextDeclCSImpl.setInvOrDefCS(InvOrDefCS newInvOrDefCS)
           
 

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

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

Uses of InvOrDefCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser with parameters of type InvOrDefCS
protected  ClassifierContextDeclCS AbstractOCLParser.createClassifierContextDeclCS(PathNameCS pathNameCS, InvOrDefCS invOrDefCS)
           
protected  DefCS AbstractOCLParser.createDefCS(InvOrDefCS invOrDefCS, SimpleNameCS simpleNameCS, DefExpressionCS defExpressionCS)
           
protected  InvCS AbstractOCLParser.createInvCS(InvOrDefCS invOrDefCS, SimpleNameCS simpleNameCS, OCLExpressionCS oclExpressionCS)
           
protected  CT AbstractOCLAnalyzer.invOrDefCS(InvOrDefCS invOrDefCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          InvOrDefCS
 


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