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

Packages that use AnyType
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

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

Methods in org.eclipse.ocl.examples.pivot that return AnyType
 AnyType PivotFactory.createAnyType()
          Returns a new object of class 'Any Type'.
 AnyType StandardLibrary.getOclAnyType()
          Obtains the single instance of the AnyType metatype, named OclAny.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement AnyType
 class AnyTypeImpl
          An implementation of the model object 'Any Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return AnyType
 AnyType PivotFactoryImpl.createAnyType()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type AnyType
 T PivotSwitch.caseAnyType(AnyType object)
          Returns the result of interpreting the object as an instance of 'Any Type'.
 boolean PivotValidator.validateAnyType(AnyType anyType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitAnyType(AnyType object)
           
 R AbstractExtendingVisitor.visitAnyType(AnyType object)
           
 R AbstractNullVisitor.visitAnyType(AnyType object)
           
 R Visitor.visitAnyType(AnyType object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities that return AnyType
 AnyType PivotStandardLibrary.getOclAnyType()
           
 

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

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

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