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

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

Uses of OCLDocumentCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return OCLDocumentCS
 OCLDocumentCS CSTFactory.createOCLDocumentCS()
          Returns a new object of class 'OCL Document CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement OCLDocumentCS
 class OCLDocumentCSImpl
          An implementation of the model object 'OCL Document CS'.
 

Methods in org.eclipse.ocl.cst.impl that return OCLDocumentCS
 OCLDocumentCS CSTFactoryImpl.createOCLDocumentCS()
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type OCLDocumentCS
 T CSTSwitch.caseOCLDocumentCS(OCLDocumentCS object)
          Returns the result of interpreting the object as an instance of 'OCL Document CS'
 

Uses of OCLDocumentCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return OCLDocumentCS
protected  OCLDocumentCS AbstractOCLParser.createOCLDocumentCS(PackageDeclarationCS packageDecl)
          Creates an OCL document CS from a chain of package context declarations.
 

Methods in org.eclipse.ocl.parser with parameters of type OCLDocumentCS
protected  void AbstractOCLAnalyzer.documentCS(OCLDocumentCS documentCS, List<CT> constraints)
          Analyzes a top-level document CS.
 


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