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

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

Uses of PropertyContextCS in org.eclipse.ocl.cst
 

Methods in org.eclipse.ocl.cst that return PropertyContextCS
 PropertyContextCS CSTFactory.createPropertyContextCS()
          Returns a new object of class 'Property Context CS'
 

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

Classes in org.eclipse.ocl.cst.impl that implement PropertyContextCS
 class PropertyContextCSImpl
          An implementation of the model object 'Property Context CS'
 

Methods in org.eclipse.ocl.cst.impl that return PropertyContextCS
 PropertyContextCS CSTFactoryImpl.createPropertyContextCS()
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type PropertyContextCS
 T CSTSwitch.casePropertyContextCS(PropertyContextCS object)
          Returns the result of interpreting the object as an instance of 'Property Context CS'
 

Uses of PropertyContextCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return PropertyContextCS
protected  PropertyContextCS AbstractOCLParser.createPropertyContextCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS, TypeCS typeCS, InitOrDerValueCS initOrDerValueCS)
           
 

Methods in org.eclipse.ocl.parser with parameters of type PropertyContextCS
protected  Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> AbstractOCLAnalyzer.createPropertyContext(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, PropertyContextCS propertyContextCS, P property)
           
protected  P AbstractOCLAnalyzer.propertyContextCS(PropertyContextCS propertyContextCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, List<CT> constraints)
          PropertyContextCS
 


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