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 TupleTypeCS
          A representation of the model object 'Tuple Type CS'.
 

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

Methods in org.eclipse.ocl.cst with parameters of type TypeCS
 void CollectionTypeCS.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 OperationCS.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 VariableCS.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 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 CollectionTypeCSImpl.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 OperationCSImpl.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 VariableCSImpl.typeCS
          The cached value of the 'Type CS' containment reference.
 

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

Methods in org.eclipse.ocl.cst.impl with parameters of type TypeCS
 org.eclipse.emf.common.notify.NotificationChain CollectionTypeCSImpl.basicSetTypeCS(TypeCS newTypeCS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain OCLMessageArgCSImpl.basicSetTypeCS(TypeCS newTypeCS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain OperationCSImpl.basicSetTypeCS(TypeCS newTypeCS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PropertyContextCSImpl.basicSetTypeCS(TypeCS newTypeCS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain VariableCSImpl.basicSetTypeCS(TypeCS newTypeCS, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CollectionTypeCSImpl.setTypeCS(TypeCS newTypeCS)
           
 void OCLMessageArgCSImpl.setTypeCS(TypeCS newTypeCS)
           
 void OperationCSImpl.setTypeCS(TypeCS newTypeCS)
           
 void PropertyContextCSImpl.setTypeCS(TypeCS newTypeCS)
           
 void VariableCSImpl.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  OCLMessageArgCS AbstractOCLParser.createOCLMessageArgCS(TypeCS typeCS, OCLExpressionCS oclExpressionCS)
           
protected  OperationCS AbstractOCLParser.createOperationCS(lpg.runtime.IToken simpleName, org.eclipse.emf.common.util.EList<VariableCS> list, TypeCS typeCS)
           
protected  OperationCS AbstractOCLParser.createOperationCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS, org.eclipse.emf.common.util.EList<VariableCS> list, TypeCS typeCS)
           
protected  PropertyContextCS AbstractOCLParser.createPropertyContextCS(PathNameCS pathNameCS, SimpleNameCS simpleNameCS, TypeCS typeCS, org.eclipse.emf.common.util.EList<InitOrDerValueCS> constraints)
           
protected  VariableCS AbstractOCLParser.createVariableCS(SimpleNameCS 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