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

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

Uses of IsMarkedPreCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return IsMarkedPreCS
 IsMarkedPreCS CSTFactory.createIsMarkedPreCS()
          Returns a new object of class 'Is Marked Pre CS'.
 IsMarkedPreCS FeatureCallExpCS.getIsMarkedPreCS()
          Returns the value of the 'Is Marked Pre CS' containment reference.
 IsMarkedPreCS VariableExpCS.getIsMarkedPreCS()
          Returns the value of the 'Is Marked Pre CS' containment reference.
 

Methods in org.eclipse.ocl.cst with parameters of type IsMarkedPreCS
 void FeatureCallExpCS.setIsMarkedPreCS(IsMarkedPreCS value)
          Sets the value of the 'Is Marked Pre CS' containment reference.
 void VariableExpCS.setIsMarkedPreCS(IsMarkedPreCS value)
          Sets the value of the 'Is Marked Pre CS' containment reference.
 

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

Classes in org.eclipse.ocl.cst.impl that implement IsMarkedPreCS
 class IsMarkedPreCSImpl
          An implementation of the model object 'Is Marked Pre CS'.
 

Fields in org.eclipse.ocl.cst.impl declared as IsMarkedPreCS
protected  IsMarkedPreCS FeatureCallExpCSImpl.isMarkedPreCS
          The cached value of the 'Is Marked Pre CS' containment reference.
protected  IsMarkedPreCS VariableExpCSImpl.isMarkedPreCS
          The cached value of the 'Is Marked Pre CS' containment reference.
 

Methods in org.eclipse.ocl.cst.impl that return IsMarkedPreCS
 IsMarkedPreCS CSTFactoryImpl.createIsMarkedPreCS()
           
 IsMarkedPreCS FeatureCallExpCSImpl.getIsMarkedPreCS()
           
 IsMarkedPreCS VariableExpCSImpl.getIsMarkedPreCS()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type IsMarkedPreCS
 org.eclipse.emf.common.notify.NotificationChain FeatureCallExpCSImpl.basicSetIsMarkedPreCS(IsMarkedPreCS newIsMarkedPreCS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain VariableExpCSImpl.basicSetIsMarkedPreCS(IsMarkedPreCS newIsMarkedPreCS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FeatureCallExpCSImpl.setIsMarkedPreCS(IsMarkedPreCS newIsMarkedPreCS)
           
 void VariableExpCSImpl.setIsMarkedPreCS(IsMarkedPreCS newIsMarkedPreCS)
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type IsMarkedPreCS
 T CSTSwitch.caseIsMarkedPreCS(IsMarkedPreCS object)
          Returns the result of interpreting the object as an instance of 'Is Marked Pre CS'.
 

Uses of IsMarkedPreCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return IsMarkedPreCS
protected  IsMarkedPreCS AbstractOCLParser.createIsMarkedPreCS()
           
 

Methods in org.eclipse.ocl.parser with parameters of type IsMarkedPreCS
protected  OperationCallExpCS AbstractOCLParser.createArrowOperationCallExpCS(OCLExpressionCS oclExpressionCS, SimpleNameCS simpleNameCS, IsMarkedPreCS isMarkedPreCS, org.eclipse.emf.common.util.EList<OCLExpressionCS> arguments)
           
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  VariableExpCS AbstractOCLParser.createVariableExpCS(SimpleNameCS simpleNameCS, org.eclipse.emf.common.util.EList<OCLExpressionCS> arguments, IsMarkedPreCS isMarkedPreCS)
           
protected  boolean AbstractOCLParser.isAtPre(IsMarkedPreCS atPreCS)
          Queries whether the specified @pre construct was actually present in the text.