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 ClassifierContextDeclCS.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 FeatureCallExpCS.getPathNameCS()
          Returns the value of the 'Path Name CS' containment reference
 PathNameCS OperationCS.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 ClassifierContextDeclCS.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 FeatureCallExpCS.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
 

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 PackageDeclarationCSImpl.pathNameCS
          The cached value of the 'Path Name CS' containment reference
protected  PathNameCS FeatureCallExpCSImpl.pathNameCS
          The cached value of the 'Path Name CS' containment reference
protected  PathNameCS PropertyContextCSImpl.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 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 PackageDeclarationCSImpl.getPathNameCS()
           
 PathNameCS FeatureCallExpCSImpl.getPathNameCS()
           
 PathNameCS PropertyContextCSImpl.getPathNameCS()
           
 PathNameCS OperationCSImpl.getPathNameCS()
           
 PathNameCS ClassifierContextDeclCSImpl.getPathNameCS()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type PathNameCS
 NotificationChain PackageDeclarationCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, NotificationChain msgs)
           
 NotificationChain FeatureCallExpCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, NotificationChain msgs)
           
 NotificationChain PropertyContextCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, NotificationChain msgs)
           
 NotificationChain OperationCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, NotificationChain msgs)
           
 NotificationChain ClassifierContextDeclCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, NotificationChain msgs)
           
 void PackageDeclarationCSImpl.setPathNameCS(PathNameCS newPathNameCS)
           
 void FeatureCallExpCSImpl.setPathNameCS(PathNameCS newPathNameCS)
           
 void PropertyContextCSImpl.setPathNameCS(PathNameCS newPathNameCS)
           
 void OperationCSImpl.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(SimpleNameCS name)
           
protected  PathNameCS AbstractOCLParser.createPathNamePrefixCS(PathNameCS pathNameCS)
           
protected  PathNameCS AbstractOCLParser.extendPathNameCS(PathNameCS path, SimpleNameCS name)
           
 

Methods in org.eclipse.ocl.parser with parameters of type PathNameCS
protected  ClassifierContextDeclCS AbstractOCLParser.createClassifierContextDeclCS(SimpleNameCS simpleNameCS, PathNameCS pathNameCS,  constraints)
          Creates a classifier context declaration.
protected  OperationCallExpCS AbstractOCLParser.createDotOperationCallExpCS(OCLExpressionCS oclExpressionCS, PathNameCS pathNameCS, SimpleNameCS simpleNameCS, IsMarkedPreCS isMarkedPreCS,  arguments)
           
protected  FeatureCallExpCS AbstractOCLParser.createFeatureCallExpCS(OCLExpressionCS source, PathNameCS pathNameCS, SimpleNameCS simpleNameCS,  arguments, IsMarkedPreCS isMarkedPreCS)
           
protected  OperationCS AbstractOCLParser.createOperationCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS,  list, TypeCS typeCS)
           
protected  PackageDeclarationCS AbstractOCLParser.createPackageDeclarationCS(PathNameCS pathNameCS,  contextDecls)
           
protected  PathNameCS AbstractOCLParser.createPathNamePrefixCS(PathNameCS pathNameCS)
           
protected  PropertyContextCS AbstractOCLParser.createPropertyContextCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS, TypeCS typeCS,  constraints)
           
static  AbstractOCLAnalyzer.createSequenceOfNames(PathNameCS pathNameCS, SimpleNameCS simpleNameCS)
           
protected  PathNameCS AbstractOCLParser.extendPathNameCS(PathNameCS path, SimpleNameCS name)
           
protected  SimpleNameCS AbstractOCLParser.getPathNameSuffixCS(PathNameCS pathNameCS)
           
 


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