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

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

Uses of PathNameCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return PathNameCS
 PathNameCS CSTFactory.createPathNameCS()
          Returns a new object of class 'Path Name CS'
 PathNameCS PropertyContextCS.getPathNameCS()
          Returns the value of the 'Path Name CS' containment reference
 PathNameCS PackageDeclarationCS.getPathNameCS()
          Returns the value of the 'Path Name CS' containment reference
 PathNameCS OperationCS.getPathNameCS()
          Returns the value of the 'Path Name CS' containment reference
 PathNameCS EnumLiteralExpCS.getPathNameCS()
          Returns the value of the 'Path Name CS' containment reference
 PathNameCS ClassifierContextDeclCS.getPathNameCS()
          Returns the value of the 'Path Name CS' containment reference
 

Methods in org.eclipse.ocl.cst with parameters of type PathNameCS
 void PropertyContextCS.setPathNameCS(PathNameCS value)
          Sets the value of the 'Path Name CS' containment reference
 void PackageDeclarationCS.setPathNameCS(PathNameCS value)
          Sets the value of the 'Path Name CS' containment reference
 void OperationCS.setPathNameCS(PathNameCS value)
          Sets the value of the 'Path Name CS' containment reference
 void EnumLiteralExpCS.setPathNameCS(PathNameCS value)
          Sets the value of the 'Path Name CS' containment reference
 void ClassifierContextDeclCS.setPathNameCS(PathNameCS value)
          Sets the value of the 'Path Name CS' containment reference
 

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

Classes in org.eclipse.ocl.cst.impl that implement PathNameCS
 class PathNameCSImpl
          An implementation of the model object 'Path Name CS'
 

Fields in org.eclipse.ocl.cst.impl declared as PathNameCS
protected  PathNameCS PropertyContextCSImpl.pathNameCS
          The cached value of the 'Path Name CS' containment reference
protected  PathNameCS PackageDeclarationCSImpl.pathNameCS
          The cached value of the 'Path Name CS' containment reference
protected  PathNameCS OperationCSImpl.pathNameCS
          The cached value of the 'Path Name CS' containment reference
protected  PathNameCS EnumLiteralExpCSImpl.pathNameCS
          The cached value of the 'Path Name CS' containment reference
protected  PathNameCS ClassifierContextDeclCSImpl.pathNameCS
          The cached value of the 'Path Name CS' containment reference
 

Methods in org.eclipse.ocl.cst.impl that return PathNameCS
 PathNameCS CSTFactoryImpl.createPathNameCS()
           
 PathNameCS PropertyContextCSImpl.getPathNameCS()
           
 PathNameCS PackageDeclarationCSImpl.getPathNameCS()
           
 PathNameCS OperationCSImpl.getPathNameCS()
           
 PathNameCS EnumLiteralExpCSImpl.getPathNameCS()
           
 PathNameCS ClassifierContextDeclCSImpl.getPathNameCS()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type PathNameCS
 NotificationChain PropertyContextCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, NotificationChain msgs)
           
 NotificationChain PackageDeclarationCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, NotificationChain msgs)
           
 NotificationChain OperationCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, NotificationChain msgs)
           
 NotificationChain EnumLiteralExpCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, NotificationChain msgs)
           
 NotificationChain ClassifierContextDeclCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, NotificationChain msgs)
           
 void PropertyContextCSImpl.setPathNameCS(PathNameCS newPathNameCS)
           
 void PackageDeclarationCSImpl.setPathNameCS(PathNameCS newPathNameCS)
           
 void OperationCSImpl.setPathNameCS(PathNameCS newPathNameCS)
           
 void EnumLiteralExpCSImpl.setPathNameCS(PathNameCS newPathNameCS)
           
 void ClassifierContextDeclCSImpl.setPathNameCS(PathNameCS newPathNameCS)
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type PathNameCS
 T CSTSwitch.casePathNameCS(PathNameCS object)
          Returns the result of interpreting the object as an instance of 'Path Name CS'
 

Uses of PathNameCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return PathNameCS
protected  PathNameCS AbstractOCLParser.createPathNameCS()
           
protected  PathNameCS AbstractOCLParser.createPathNameCS(String pathName)
           
protected  PathNameCS AbstractOCLParser.extendPathNameCS(PathNameCS path, String name)
           
 

Methods in org.eclipse.ocl.parser with parameters of type PathNameCS
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.
protected  EnumLiteralExpCS AbstractOCLParser.createEnumLiteralExpCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS)
           
protected  EnumLiteralExpCS AbstractOCLParser.createEnumLiteralExpCS(PathNameCS pathNameCS, String simpleName)
          Deprecated. Use AbstractOCLParser.createEnumLiteralExpCS(PathNameCS, SimpleNameCS) , instead.
protected  OperationCS AbstractOCLParser.createOperationCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS, EList<VariableCS> list, TypeCS typeCS)
           
protected  PackageDeclarationCS AbstractOCLParser.createPackageDeclarationCS(PathNameCS pathNameCS, EList<ContextDeclCS> contextDecls)
           
protected  PropertyContextCS AbstractOCLParser.createPropertyContextCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS, TypeCS typeCS, InitOrDerValueCS initOrDerValueCS)
           
protected  StateExpCS AbstractOCLParser.createStateExpCS(PathNameCS pathName)
           
protected  PathNameCS AbstractOCLParser.extendPathNameCS(PathNameCS path, String name)
           
 


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