Uses of Interface
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.MetaTypeName

Packages that use MetaTypeName
org.eclipse.ocl.examples.xtext.oclstdlib.cs2pivot   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util   
org.eclipse.ocl.examples.xtext.oclstdlib.util   
 

Uses of MetaTypeName in org.eclipse.ocl.examples.xtext.oclstdlib.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.cs2pivot with parameters of type MetaTypeName
 Continuation<?> AbstractOCLstdlibContainmentVisitor.visitMetaTypeName(MetaTypeName object)
           
 Element AbstractOCLstdlibLeft2RightVisitor.visitMetaTypeName(MetaTypeName object)
           
 Continuation<?> AbstractOCLstdlibPostOrderVisitor.visitMetaTypeName(MetaTypeName object)
           
 Continuation<?> AbstractOCLstdlibPreOrderVisitor.visitMetaTypeName(MetaTypeName object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST that return MetaTypeName
 MetaTypeName OCLstdlibCSTFactory.createMetaTypeName()
          Returns a new object of class 'Meta Type Name'.
 MetaTypeName LibClassCS.getMetaTypeName()
          Returns the value of the 'Meta Type Name' reference.
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST with parameters of type MetaTypeName
 void LibClassCS.setMetaTypeName(MetaTypeName value)
          Sets the value of the 'Meta Type Name' reference.
 

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

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl that implement MetaTypeName
 class MetaTypeNameImpl
          An implementation of the model object 'Meta Type Name'.
 

Fields in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl declared as MetaTypeName
protected  MetaTypeName LibClassCSImpl.metaTypeName
          The cached value of the 'Meta Type Name' reference.
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl that return MetaTypeName
 MetaTypeName LibClassCSImpl.basicGetMetaTypeName()
           
 MetaTypeName OCLstdlibCSTFactoryImpl.createMetaTypeName()
           
 MetaTypeName LibClassCSImpl.getMetaTypeName()
           
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl with parameters of type MetaTypeName
 void LibClassCSImpl.setMetaTypeName(MetaTypeName newMetaTypeName)
           
 

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

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

Uses of MetaTypeName in org.eclipse.ocl.examples.xtext.oclstdlib.util
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.util with parameters of type MetaTypeName
 R AbstractDelegatingOCLstdlibCSVisitor.visitMetaTypeName(MetaTypeName object)
           
 R AbstractExtendingDelegatingOCLstdlibCSVisitor.visitMetaTypeName(MetaTypeName object)
           
 R AbstractExtendingOCLstdlibCSVisitor.visitMetaTypeName(MetaTypeName object)
           
 R AbstractNullOCLstdlibCSVisitor.visitMetaTypeName(MetaTypeName object)
           
 R OCLstdlibCSVisitor.visitMetaTypeName(MetaTypeName object)