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.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
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'.
 VoidType StandardLibrary.getOclVoidType()
          Obtains the single instance of the VoidType metatype, named OclVoid.
 

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.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type VoidType
 T 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 Visitor.visitVoidType(VoidType object)
           
 

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

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

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.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type VoidType
 ScopeAdapter PivotScopeVisitor.visitVoidType(VoidType pivotElement)
           
 

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)