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

Packages that use LambdaType
org.eclipse.ocl.examples.codegen.oclinecore   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.model   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of LambdaType in org.eclipse.ocl.examples.codegen.oclinecore
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type LambdaType
 java.lang.Object OCLinEcoreTablesUtils.DeclareParameterTypeVisitor.visitLambdaType(LambdaType lambdaType)
           
 

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

Methods in org.eclipse.ocl.examples.pivot that return LambdaType
 LambdaType PivotFactory.createLambdaType()
          Returns a new object of class 'Lambda Type'.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement LambdaType
 class LambdaTypeImpl
          An implementation of the model object 'Lambda Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return LambdaType
 LambdaType PivotFactoryImpl.createLambdaType()
           
 

Uses of LambdaType in org.eclipse.ocl.examples.pivot.manager
 

Methods in org.eclipse.ocl.examples.pivot.manager that return LambdaType
 LambdaType LambdaTypeManager.getLambdaType(java.lang.String typeName, Type contextType, java.util.List<? extends Type> parameterTypes, Type resultType)
           
 LambdaType LambdaTypeManager.getLambdaType(java.lang.String typeName, Type contextType, java.util.List<? extends Type> parameterTypes, Type resultType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
 LambdaType MetaModelManager.getLambdaType(java.lang.String typeName, Type contextType, java.util.List<? extends Type> parameterTypes, Type resultType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
 

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type LambdaType
protected  boolean MetaModelManager.conformsToLambdaType(LambdaType actualType, LambdaType requiredType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
protected  Type MetaModelManager.getSpecializedLambdaType(LambdaType type, java.util.Map<TemplateParameter,ParameterableElement> usageBindings)
           
 java.lang.Object TemplateParameterReferenceVisitor.visitLambdaType(LambdaType object)
           
 java.lang.Object TemplateParameterSubstitutionVisitor.visitLambdaType(LambdaType object)
           
 

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

Fields in org.eclipse.ocl.examples.pivot.model declared as LambdaType
protected  LambdaType OCLstdlib.Contents._Lambda_Bag_T
           
protected  LambdaType OCLstdlib.Contents._Lambda_Bag_T_1
           
protected  LambdaType OCLstdlib.Contents._Lambda_Bag_T_2
           
protected  LambdaType OCLstdlib.Contents._Lambda_Bag_T_3
           
protected  LambdaType OCLstdlib.Contents._Lambda_Bag_T_4
           
protected  LambdaType OCLstdlib.Contents._Lambda_Collection_T
           
protected  LambdaType OCLstdlib.Contents._Lambda_Collection_T_1
           
protected  LambdaType OCLstdlib.Contents._Lambda_Collection_T_2
           
protected  LambdaType OCLstdlib.Contents._Lambda_Collection_T_3
           
protected  LambdaType OCLstdlib.Contents._Lambda_Collection_T_4
           
protected  LambdaType OCLstdlib.Contents._Lambda_OrderedSet_T
           
protected  LambdaType OCLstdlib.Contents._Lambda_OrderedSet_T_1
           
protected  LambdaType OCLstdlib.Contents._Lambda_OrderedSet_T_2
           
protected  LambdaType OCLstdlib.Contents._Lambda_OrderedSet_T_3
           
protected  LambdaType OCLstdlib.Contents._Lambda_OrderedSet_T_4
           
protected  LambdaType OCLstdlib.Contents._Lambda_Sequence_T
           
protected  LambdaType OCLstdlib.Contents._Lambda_Sequence_T_1
           
protected  LambdaType OCLstdlib.Contents._Lambda_Sequence_T_2
           
protected  LambdaType OCLstdlib.Contents._Lambda_Sequence_T_3
           
protected  LambdaType OCLstdlib.Contents._Lambda_Sequence_T_4
           
protected  LambdaType OCLstdlib.Contents._Lambda_Set_T
           
protected  LambdaType OCLstdlib.Contents._Lambda_Set_T_1
           
protected  LambdaType OCLstdlib.Contents._Lambda_Set_T_2
           
protected  LambdaType OCLstdlib.Contents._Lambda_Set_T_3
           
protected  LambdaType OCLstdlib.Contents._Lambda_Set_T_4
           
protected  LambdaType OCLstdlib.Contents._Lambda_UniqueCollection_T
           
 

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

Uses of LambdaType in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type LambdaType
 java.lang.Object PrettyPrintVisitor.visitLambdaType(LambdaType object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type LambdaType
 T1 PivotSwitch.caseLambdaType(LambdaType object)
          Returns the result of interpreting the object as an instance of 'Lambda Type'.
 boolean PivotValidator.validateLambdaType(LambdaType lambdaType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitLambdaType(LambdaType object)
           
 R AbstractExtendingVisitor.visitLambdaType(LambdaType object)
           
 R AbstractNullVisitor.visitLambdaType(LambdaType object)
           
 R AbstractWrappingVisitor.visitLambdaType(LambdaType object)
           
 R Visitor.visitLambdaType(LambdaType object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type LambdaType
static java.util.Map<TemplateParameter,ParameterableElement> PivotUtil.getAllTemplateParameterSubstitutions(java.util.Map<TemplateParameter,ParameterableElement> bindings, Type argumentType, LambdaType lambdaType)
           
 java.lang.Object AS2MonikerVisitor.visitLambdaType(LambdaType object)
           
 java.lang.Boolean AS2XMIidVisitor.visitLambdaType(LambdaType object)
           
 java.lang.Object ASSaverLocateVisitor.visitLambdaType(LambdaType object)
           
 java.lang.Object ASSaverResolveVisitor.visitLambdaType(LambdaType object)
           
 java.lang.String ToStringVisitor.visitLambdaType(LambdaType lambda)
           
 

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

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