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

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

Uses of TypeCS in org.eclipse.ocl.cst
 

Subinterfaces of TypeCS in org.eclipse.ocl.cst
 interface CollectionTypeCS
          A representation of the model object 'Collection Type CS'
 interface PathNameCS
          A representation of the model object 'Path Name CS'
 interface PrimitiveTypeCS
          A representation of the model object 'Primitive Type CS'
 interface StateExpCS
          A representation of the model object 'State Exp CS'
 interface TupleTypeCS
          A representation of the model object 'Tuple Type CS'
 

Methods in org.eclipse.ocl.cst that return TypeCS
 TypeCS VariableCS.getTypeCS()
          Returns the value of the 'Type CS' containment reference
 TypeCS PropertyContextCS.getTypeCS()
          Returns the value of the 'Type CS' containment reference
 TypeCS OperationCS.getTypeCS()
          Returns the value of the 'Type CS' containment reference
 TypeCS OCLMessageArgCS.getTypeCS()
          Returns the value of the 'Type CS' containment reference
 TypeCS CollectionTypeCS.getTypeCS()
          Returns the value of the 'Type CS' containment reference
 

Methods in org.eclipse.ocl.cst with parameters of type TypeCS
 void VariableCS.setTypeCS(TypeCS value)
          Sets the value of the 'Type CS' containment reference
 void PropertyContextCS.setTypeCS(TypeCS value)
          Sets the value of the 'Type CS' containment reference
 void OperationCS.setTypeCS(TypeCS value)
          Sets the value of the 'Type CS' containment reference
 void OCLMessageArgCS.setTypeCS(TypeCS value)
          Sets the value of the 'Type CS' containment reference
 void CollectionTypeCS.setTypeCS(TypeCS value)
          Sets the value of the 'Type CS' containment reference
 

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

Classes in org.eclipse.ocl.cst.impl that implement TypeCS
 class CollectionTypeCSImpl
          An implementation of the model object 'Collection Type CS'
 class PathNameCSImpl
          An implementation of the model object 'Path Name CS'
 class PrimitiveTypeCSImpl
          An implementation of the model object 'Primitive Type CS'
 class StateExpCSImpl
          An implementation of the model object 'State Exp CS'
 class TupleTypeCSImpl
          An implementation of the model object 'Tuple Type CS'
 class TypeCSImpl
          An implementation of the model object 'Type CS'
 

Fields in org.eclipse.ocl.cst.impl declared as TypeCS
protected  TypeCS VariableCSImpl.typeCS
          The cached value of the 'Type CS' containment reference
protected  TypeCS PropertyContextCSImpl.typeCS
          The cached value of the 'Type CS' containment reference
protected  TypeCS OperationCSImpl.typeCS
          The cached value of the 'Type CS' containment reference
protected  TypeCS OCLMessageArgCSImpl.typeCS
          The cached value of the 'Type CS' containment reference
protected  TypeCS CollectionTypeCSImpl.typeCS
          The cached value of the 'Type CS' containment reference
 

Methods in org.eclipse.ocl.cst.impl that return TypeCS
 TypeCS VariableCSImpl.getTypeCS()
           
 TypeCS PropertyContextCSImpl.getTypeCS()
           
 TypeCS OperationCSImpl.getTypeCS()
           
 TypeCS OCLMessageArgCSImpl.getTypeCS()
           
 TypeCS CollectionTypeCSImpl.getTypeCS()
           
 

Methods in org.eclipse.ocl.cst.impl with parameters of type TypeCS
 NotificationChain VariableCSImpl.basicSetTypeCS(TypeCS newTypeCS, NotificationChain msgs)
           
 NotificationChain PropertyContextCSImpl.basicSetTypeCS(TypeCS newTypeCS, NotificationChain msgs)
           
 NotificationChain OperationCSImpl.basicSetTypeCS(TypeCS newTypeCS, NotificationChain msgs)
           
 NotificationChain OCLMessageArgCSImpl.basicSetTypeCS(TypeCS newTypeCS, NotificationChain msgs)
           
 NotificationChain CollectionTypeCSImpl.basicSetTypeCS(TypeCS newTypeCS, NotificationChain msgs)
           
 void VariableCSImpl.setTypeCS(TypeCS newTypeCS)
           
 void PropertyContextCSImpl.setTypeCS(TypeCS newTypeCS)
           
 void OperationCSImpl.setTypeCS(TypeCS newTypeCS)
           
 void OCLMessageArgCSImpl.setTypeCS(TypeCS newTypeCS)
           
 void CollectionTypeCSImpl.setTypeCS(TypeCS newTypeCS)
           
 

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

Methods in org.eclipse.ocl.cst.util with parameters of type TypeCS
 T CSTSwitch.caseTypeCS(TypeCS object)
          Returns the result of interpreting the object as an instance of 'Type CS'
 

Uses of TypeCS in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser with parameters of type TypeCS
protected  CollectionTypeCS AbstractOCLParser.createCollectionTypeCS(CollectionTypeIdentifierEnum collectionType, TypeCS typeCS)
           
protected  OCLMessageArgCS AbstractOCLParser.createOCLMessageArgCS(TypeCS typeCS, OCLExpressionCS oclExpressionCS)
           
protected  OperationCS AbstractOCLParser.createOperationCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS, EList<VariableCS> list, TypeCS typeCS)
           
protected  OperationCS AbstractOCLParser.createOperationCS(String simpleName, EList<VariableCS> list, TypeCS typeCS)
           
protected  PropertyContextCS AbstractOCLParser.createPropertyContextCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS, TypeCS typeCS, InitOrDerValueCS initOrDerValueCS)
           
protected  VariableCS AbstractOCLParser.createVariableCS(String varName, TypeCS typeCS, OCLExpressionCS oclExpressionCS)
           
protected  C AbstractOCLAnalyzer.typeCS(TypeCS typeCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          TypeCS
 


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