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

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

Uses of ContextDeclCS in org.eclipse.ocl.cst
 

Subinterfaces of ContextDeclCS in org.eclipse.ocl.cst
 interface ClassifierContextDeclCS
          A representation of the model object 'Classifier Context Decl CS'
 interface OperationContextDeclCS
          A representation of the model object 'Operation Context Decl CS'
 interface PropertyContextCS
          A representation of the model object 'Property Context CS'
 

Methods in org.eclipse.ocl.cst that return types with arguments of type ContextDeclCS
 EList<ContextDeclCS> PackageDeclarationCS.getContextDecls()
          Returns the value of the 'Context Decls' containment reference list.
 

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

Classes in org.eclipse.ocl.cst.impl that implement ContextDeclCS
 class ClassifierContextDeclCSImpl
          An implementation of the model object 'Classifier Context Decl CS'
 class ContextDeclCSImpl
          An implementation of the model object 'Context Decl CS'
 class OperationContextDeclCSImpl
          An implementation of the model object 'Operation Context Decl CS'
 class PropertyContextCSImpl
          An implementation of the model object 'Property Context CS'
 

Fields in org.eclipse.ocl.cst.impl with type parameters of type ContextDeclCS
protected  EList<ContextDeclCS> PackageDeclarationCSImpl.contextDecls
          The cached value of the 'Context Decls' containment reference list
 

Methods in org.eclipse.ocl.cst.impl that return types with arguments of type ContextDeclCS
 EList<ContextDeclCS> PackageDeclarationCSImpl.getContextDecls()
           
 

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

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

Uses of ContextDeclCS in org.eclipse.ocl.parser
 

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

Method parameters in org.eclipse.ocl.parser with type arguments of type ContextDeclCS
protected  PackageDeclarationCS AbstractOCLParser.createPackageDeclarationCS(PathNameCS pathNameCS, EList<ContextDeclCS> contextDecls)
           
 


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