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

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

Uses of PackageDeclarationCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return PackageDeclarationCS
 PackageDeclarationCS CSTFactory.createPackageDeclarationCS()
          Returns a new object of class 'Package Declaration CS'
 PackageDeclarationCS PackageDeclarationCS.getPackageDeclarationCS()
          Returns the value of the 'Package Declaration CS' reference
 

Methods in org.eclipse.ocl.cst with parameters of type PackageDeclarationCS
 void PackageDeclarationCS.setPackageDeclarationCS(PackageDeclarationCS value)
          Sets the value of the 'Package Declaration CS' reference
 

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

Classes in org.eclipse.ocl.cst.impl that implement PackageDeclarationCS
 class PackageDeclarationCSImpl
          An implementation of the model object 'Package Declaration CS'
 

Fields in org.eclipse.ocl.cst.impl declared as PackageDeclarationCS
protected  PackageDeclarationCS PackageDeclarationCSImpl.packageDeclarationCS
          The cached value of the 'Package Declaration CS' reference
 

Methods in org.eclipse.ocl.cst.impl that return PackageDeclarationCS
 PackageDeclarationCS PackageDeclarationCSImpl.basicGetPackageDeclarationCS()
           
 PackageDeclarationCS CSTFactoryImpl.createPackageDeclarationCS()
           
 PackageDeclarationCS PackageDeclarationCSImpl.getPackageDeclarationCS()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type PackageDeclarationCS
 void PackageDeclarationCSImpl.setPackageDeclarationCS(PackageDeclarationCS newPackageDeclarationCS)
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type PackageDeclarationCS
 T CSTSwitch.casePackageDeclarationCS(PackageDeclarationCS object)
          Returns the result of interpreting the object as an instance of 'Package Declaration CS'
 

Uses of PackageDeclarationCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return PackageDeclarationCS
protected  PackageDeclarationCS AbstractOCLParser.createPackageDeclarationCS(PathNameCS pathNameCS, EList<ContextDeclCS> contextDecls)
           
 

Methods in org.eclipse.ocl.parser with parameters of type PackageDeclarationCS
protected  void AbstractOCLAnalyzer.packageDeclarationCS(PackageDeclarationCS packageDeclarationCS, List<CT> constraints)
          PackageDeclarationCS
 


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