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

Packages that use InvalidType
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 InvalidType in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return InvalidType
 InvalidType PivotFactory.createInvalidType()
          Returns a new object of class 'Invalid Type'.
 InvalidType StandardLibrary.getOclInvalidType()
          Obtains the single instance of the InvalidType metatype, named OclInvalid.
 

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

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

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement InvalidType
 class InvalidTypeImpl
          An implementation of the model object 'Invalid Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return InvalidType
 InvalidType PivotFactoryImpl.createInvalidType()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type InvalidType
 T PivotSwitch.caseInvalidType(InvalidType object)
          Returns the result of interpreting the object as an instance of 'Invalid Type'.
 boolean PivotValidator.validateInvalidType(InvalidType invalidType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitInvalidType(InvalidType object)
           
 R AbstractExtendingVisitor.visitInvalidType(InvalidType object)
           
 R AbstractNullVisitor.visitInvalidType(InvalidType object)
           
 R Visitor.visitInvalidType(InvalidType object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities that return InvalidType
 InvalidType PivotStandardLibrary.getOclInvalidType()
           
 

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

Uses of InvalidType in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot that return InvalidType
 InvalidType CS2PivotConversion.addBadTypeError(ModelElementCS csElement, java.lang.String message, java.lang.Object... bindings)
           
 

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

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

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