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

Methods in org.eclipse.ocl.cst with parameters of type PathNameCS
 void ClassifierContextDeclCS.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.
 void PackageDeclarationCS.setPathNameCS(PathNameCS value)
          Sets the value of the 'Path Name CS' containment reference.
 void PropertyContextCS.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 ClassifierContextDeclCSImpl.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 OperationCSImpl.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 PropertyContextCSImpl.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 ClassifierContextDeclCSImpl.getPathNameCS()
           
 PathNameCS FeatureCallExpCSImpl.getPathNameCS()
           
 PathNameCS OperationCSImpl.getPathNameCS()
           
 PathNameCS PackageDeclarationCSImpl.getPathNameCS()
           
 PathNameCS PropertyContextCSImpl.getPathNameCS()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type PathNameCS
 org.eclipse.emf.common.notify.NotificationChain ClassifierContextDeclCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain FeatureCallExpCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain OperationCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PackageDeclarationCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PropertyContextCSImpl.basicSetPathNameCS(PathNameCS newPathNameCS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ClassifierContextDeclCSImpl.setPathNameCS(PathNameCS newPathNameCS)
           
 void FeatureCallExpCSImpl.setPathNameCS(PathNameCS newPathNameCS)
           
 void OperationCSImpl.setPathNameCS(PathNameCS newPathNameCS)
           
 void PackageDeclarationCSImpl.setPathNameCS(PathNameCS newPathNameCS)
           
 void PropertyContextCSImpl.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, org.eclipse.emf.common.util.EList<InvOrDefCS> constraints)
          Creates a classifier context declaration.
protected  OperationCallExpCS AbstractOCLParser.createDotOperationCallExpCS(OCLExpressionCS oclExpressionCS, PathNameCS pathNameCS, SimpleNameCS simpleNameCS, IsMarkedPreCS isMarkedPreCS, org.eclipse.emf.common.util.EList<OCLExpressionCS> arguments)
           
protected  FeatureCallExpCS AbstractOCLParser.createFeatureCallExpCS(OCLExpressionCS source, PathNameCS pathNameCS, SimpleNameCS simpleNameCS, org.eclipse.emf.common.util.EList<OCLExpressionCS> arguments, IsMarkedPreCS isMarkedPreCS)
           
protected  OperationCS AbstractOCLParser.createOperationCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS, org.eclipse.emf.common.util.EList<VariableCS> list, TypeCS typeCS)
           
protected  PackageDeclarationCS AbstractOCLParser.createPackageDeclarationCS(PathNameCS pathNameCS, org.eclipse.emf.common.util.EList<ContextDeclCS> contextDecls)
           
protected  PathNameCS AbstractOCLParser.createPathNamePrefixCS(PathNameCS pathNameCS)
           
protected  PropertyContextCS AbstractOCLParser.createPropertyContextCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS, TypeCS typeCS, org.eclipse.emf.common.util.EList<InitOrDerValueCS> constraints)
           
static org.eclipse.emf.common.util.EList<java.lang.String> AbstractOCLAnalyzer.createSequenceOfNames(PathNameCS pathNameCS, SimpleNameCS simpleNameCS)
           
protected  PathNameCS AbstractOCLParser.extendPathNameCS(PathNameCS path, SimpleNameCS name)
           
protected  SimpleNameCS AbstractOCLParser.getPathNameSuffixCS(PathNameCS pathNameCS)