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

Packages that use NamespaceCS
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.completeocl.completeOCLCST.util   
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 NamespaceCS in org.eclipse.ocl.examples.xtext.base.baseCST
 

Subinterfaces of NamespaceCS in org.eclipse.ocl.examples.xtext.base.baseCST
 interface ClassCS
          A representation of the model object 'Class CS'.
 interface DataTypeCS
          A representation of the model object 'Data Type CS'.
 interface EnumerationCS
          A representation of the model object 'Enum CS'.
 interface ImportCS
          A representation of the model object 'Import CS'.
 interface LibraryCS
          A representation of the model object 'Library CS'.
 interface PackageCS
          A representation of the model object 'Package CS'.
 interface RootPackageCS
          A representation of the model object 'Root Package CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement NamespaceCS
 class ClassCSImpl
          An implementation of the model object 'Class CS'.
 class DataTypeCSImpl
          An implementation of the model object 'Data Type CS'.
 class EnumerationCSImpl
          An implementation of the model object 'Enum CS'.
 class ImportCSImpl
          An implementation of the model object 'Import CS'.
 class LibraryCSImpl
          An implementation of the model object 'Library CS'.
 class PackageCSImpl
          An implementation of the model object 'Package CS'.
 class RootPackageCSImpl
          An implementation of the model object 'Root Package CS'.
 

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

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

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

Subinterfaces of NamespaceCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 interface CompleteOCLDocumentCS
          A representation of the model object 'Document CS'.
 interface IncludeCS
          A representation of the model object 'Include CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement NamespaceCS
 class CompleteOCLDocumentCSImpl
          An implementation of the model object 'Document CS'.
 class IncludeCSImpl
          An implementation of the model object 'Include CS'.
 

Uses of NamespaceCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util with parameters of type NamespaceCS
 T CompleteOCLCSTSwitch.caseNamespaceCS(NamespaceCS object)
          Returns the result of interpreting the object as an instance of 'Namespace CS'.
 

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

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

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

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

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

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