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 VariableExpCS.getIsMarkedPreCS()
          Returns the value of the 'Is Marked Pre CS' containment reference
 IsMarkedPreCS FeatureCallExpCS.getIsMarkedPreCS()
          Returns the value of the 'Is Marked Pre CS' containment reference
 

Methods in org.eclipse.ocl.cst with parameters of type IsMarkedPreCS
 void VariableExpCS.setIsMarkedPreCS(IsMarkedPreCS value)
          Sets the value of the 'Is Marked Pre CS' containment reference
 void FeatureCallExpCS.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 VariableExpCSImpl.isMarkedPreCS
          The cached value of the 'Is Marked Pre CS' containment reference
protected  IsMarkedPreCS FeatureCallExpCSImpl.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 VariableExpCSImpl.getIsMarkedPreCS()
           
 IsMarkedPreCS FeatureCallExpCSImpl.getIsMarkedPreCS()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type IsMarkedPreCS
 NotificationChain VariableExpCSImpl.basicSetIsMarkedPreCS(IsMarkedPreCS newIsMarkedPreCS, NotificationChain msgs)
           
 NotificationChain FeatureCallExpCSImpl.basicSetIsMarkedPreCS(IsMarkedPreCS newIsMarkedPreCS, NotificationChain msgs)
           
 void VariableExpCSImpl.setIsMarkedPreCS(IsMarkedPreCS newIsMarkedPreCS)
           
 void FeatureCallExpCSImpl.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(boolean isMarkedPre)
           
 

Methods in org.eclipse.ocl.parser with parameters of type IsMarkedPreCS
protected  FeatureCallExpCS AbstractOCLParser.createFeatureCallExpCS(SimpleNameCS simpleNameCS, EList<OCLExpressionCS> arguments, IsMarkedPreCS isMarkedPreCS)
           
protected  OperationCallExpCS AbstractOCLParser.createOperationCallExpCS(OCLExpressionCS oclExpressionCS, SimpleNameCS simpleNameCS, IsMarkedPreCS isMarkedPreCS, EList<OCLExpressionCS> arguments)
           
protected  OperationCallExpCS AbstractOCLParser.createOperationCallExpCS(SimpleNameCS simpleNameCS, IsMarkedPreCS isMarkedPreCS, EList<OCLExpressionCS> arguments)
           
protected  OperationCallExpCS AbstractOCLParser.createOperationCallExpCS(SimpleNameCS simpleNameCS, IsMarkedPreCS isMarkedPreCS, StateExpCS stateExpCS)
           
protected  VariableExpCS AbstractOCLParser.createVariableExpCS(SimpleNameCS simpleNameCS, EList<OCLExpressionCS> arguments, IsMarkedPreCS isMarkedPreCS)
           
protected  boolean AbstractOCLParser.isAtPre(IsMarkedPreCS atPreCS)
          Queries whether the specified @pre construct was actually present in the text.
 


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