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

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

Uses of ClassifierContextDeclCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return ClassifierContextDeclCS
 ClassifierContextDeclCS CSTFactory.createClassifierContextDeclCS()
          Returns a new object of class 'Classifier Context Decl CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement ClassifierContextDeclCS
 class ClassifierContextDeclCSImpl
          An implementation of the model object 'Classifier Context Decl CS'
 

Methods in org.eclipse.ocl.cst.impl that return ClassifierContextDeclCS
 ClassifierContextDeclCS CSTFactoryImpl.createClassifierContextDeclCS()
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type ClassifierContextDeclCS
 T CSTSwitch.caseClassifierContextDeclCS(ClassifierContextDeclCS object)
          Returns the result of interpreting the object as an instance of 'Classifier Context Decl CS'
 

Uses of ClassifierContextDeclCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return ClassifierContextDeclCS
protected  ClassifierContextDeclCS AbstractOCLParser.createClassifierContextDeclCS(PathNameCS pathNameCS, EList<InvOrDefCS> constraints)
          Creates a classifier context declaration.
protected  ClassifierContextDeclCS AbstractOCLParser.createClassifierContextDeclCS(PathNameCS pathNameCS, InvOrDefCS invOrDefCS)
          Deprecated. As of 1.3, the AbstractOCLParser.createClassifierContextDeclCS(PathNameCS, EList) method should be used, instead.
 

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


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