Uses of Interface
org.eclipse.ocl.examples.pivot.VoidType

Packages that use VoidType
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.model   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of VoidType in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return VoidType
 VoidType PivotFactory.createVoidType()
          Returns a new object of class 'Void Type'.
 

Uses of VoidType in org.eclipse.ocl.examples.pivot.ecore
 

Methods in org.eclipse.ocl.examples.pivot.ecore with parameters of type VoidType
 org.eclipse.emf.ecore.EObject Pivot2EcoreTypeRefVisitor.visitVoidType(VoidType object)
           
 

Uses of VoidType in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement VoidType
 class VoidTypeImpl
          An implementation of the model object 'Void Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return VoidType
 VoidType PivotFactoryImpl.createVoidType()
           
 

Uses of VoidType in org.eclipse.ocl.examples.pivot.manager
 

Methods in org.eclipse.ocl.examples.pivot.manager that return VoidType
 VoidType PivotStandardLibrary.getOclVoidType()
           
 

Uses of VoidType in org.eclipse.ocl.examples.pivot.model
 

Fields in org.eclipse.ocl.examples.pivot.model declared as VoidType
protected  VoidType OCLstdlib.Contents._OclVoid
           
 

Methods in org.eclipse.ocl.examples.pivot.model that return VoidType
protected  VoidType AbstractContents.createVoidType(java.lang.String name)
           
 

Uses of VoidType in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type VoidType
 T1 PivotSwitch.caseVoidType(VoidType object)
          Returns the result of interpreting the object as an instance of 'Void Type'.
 boolean PivotValidator.validateVoidType(VoidType voidType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitVoidType(VoidType object)
           
 R AbstractExtendingVisitor.visitVoidType(VoidType object)
           
 R AbstractNullVisitor.visitVoidType(VoidType object)
           
 R AbstractWrappingVisitor.visitVoidType(VoidType object)
           
 R Visitor.visitVoidType(VoidType object)
           
 

Uses of VoidType in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type VoidType
 java.lang.String ToStringVisitor.visitVoidType(VoidType object)
           
 

Uses of VoidType in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type VoidType
protected  java.lang.String BaseLabelProvider.image(VoidType ele)