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

Packages that use AnyType
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 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'.
 

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

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

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

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

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

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

Fields in org.eclipse.ocl.examples.pivot.model declared as AnyType
protected  AnyType OCLMetaModel.Contents._$$
           
protected  AnyType OCLstdlib.Contents._$$
           
protected  AnyType OCLstdlib.Contents._OclAny
           
 

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

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 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)