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 types with arguments of type InvOrDefCS
 org.eclipse.emf.common.util.EList<InvOrDefCS> ClassifierContextDeclCS.getConstraints()
          Returns the value of the 'Constraints' containment reference list.
 

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 with type parameters of type InvOrDefCS
protected  org.eclipse.emf.common.util.EList<InvOrDefCS> ClassifierContextDeclCSImpl.constraints
          The cached value of the 'Constraints' containment reference list.
 

Methods in org.eclipse.ocl.cst.impl that return types with arguments of type InvOrDefCS
 org.eclipse.emf.common.util.EList<InvOrDefCS> ClassifierContextDeclCSImpl.getConstraints()
           
 

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  CT AbstractOCLAnalyzer.invOrDefCS(InvOrDefCS invOrDefCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          InvOrDefCS
 

Method parameters in org.eclipse.ocl.parser with type arguments of type InvOrDefCS
protected  ClassifierContextDeclCS AbstractOCLParser.createClassifierContextDeclCS(SimpleNameCS simpleNameCS, PathNameCS pathNameCS, org.eclipse.emf.common.util.EList<InvOrDefCS> constraints)
          Creates a classifier context declaration.