Uses of Interface
org.eclipse.ocl.examples.xtext.base.baseCST.TypeCS

Packages that use TypeCS
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.baseCST.util   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util   
 

Uses of TypeCS in org.eclipse.ocl.examples.xtext.base.baseCST
 

Subinterfaces of TypeCS in org.eclipse.ocl.examples.xtext.base.baseCST
 interface ClassCS
          A representation of the model object 'Class CS'.
 interface ClassifierCS
          A representation of the model object 'Classifier CS'.
 interface DataTypeCS
          A representation of the model object 'Data Type CS'.
 interface EnumerationCS
          A representation of the model object 'Enum CS'.
 interface TypeParameterCS
          A representation of the model object 'Type Parameter CS'.
 

Uses of TypeCS in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement TypeCS
 class ClassCSImpl
          An implementation of the model object 'Class CS'.
 class ClassifierCSImpl
          An implementation of the model object 'Classifier CS'.
 class DataTypeCSImpl
          An implementation of the model object 'Data Type CS'.
 class EnumerationCSImpl
          An implementation of the model object 'Enum CS'.
 class TypeParameterCSImpl
          An implementation of the model object 'Type Parameter CS'.
 

Uses of TypeCS in org.eclipse.ocl.examples.xtext.base.baseCST.util
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type TypeCS
 T BaseCSTSwitch.caseTypeCS(TypeCS object)
          Returns the result of interpreting the object as an instance of 'Type CS'.
 boolean BaseCSTValidator.validateTypeCS(TypeCS typeCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of TypeCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return TypeCS
 TypeCS OCLMessageArgCS.getType()
          Returns the value of the 'Type' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST with parameters of type TypeCS
 void OCLMessageArgCS.setType(TypeCS value)
          Sets the value of the 'Type' containment reference.
 

Uses of TypeCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl declared as TypeCS
protected  TypeCS OCLMessageArgCSImpl.type
          The cached value of the 'Type' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return TypeCS
 TypeCS OCLMessageArgCSImpl.getType()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with parameters of type TypeCS
 org.eclipse.emf.common.notify.NotificationChain OCLMessageArgCSImpl.basicSetType(TypeCS newType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void OCLMessageArgCSImpl.setType(TypeCS newType)
           
 

Uses of TypeCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 

Subinterfaces of TypeCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 interface LibClassCS
          A representation of the model object 'Lib Class CS'.
 

Uses of TypeCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl that implement TypeCS
 class LibClassCSImpl
          An implementation of the model object 'Lib Class CS'.
 

Uses of TypeCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util with parameters of type TypeCS
 T OCLstdlibCSTSwitch.caseTypeCS(TypeCS object)
          Returns the result of interpreting the object as an instance of 'Type CS'.