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

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

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

Constructors in org.eclipse.ocl.examples.pivot.manager with parameters of type InvalidType
InvalidTypeServer(PackageServer packageServer, InvalidType type)
           
 

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

Fields in org.eclipse.ocl.examples.pivot.model declared as InvalidType
protected  InvalidType OCLstdlib.Contents._OclInvalid
           
 

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

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type InvalidType
 T1 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 AbstractWrappingVisitor.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 with parameters of type InvalidType
 java.lang.String ToStringVisitor.visitInvalidType(InvalidType object)
           
 

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)