Uses of Interface
org.eclipse.ocl.examples.domain.ids.LambdaTypeId

Packages that use LambdaTypeId
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.codegen.java.types   
org.eclipse.ocl.examples.domain.ids   
org.eclipse.ocl.examples.domain.ids.impl   
org.eclipse.ocl.examples.library.executor   
 

Uses of LambdaTypeId in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type LambdaTypeId
 java.lang.Object DependencyVisitor.Id2DependencyVisitor.visitLambdaTypeId(LambdaTypeId id)
           
 

Uses of LambdaTypeId in org.eclipse.ocl.examples.codegen.java
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type LambdaTypeId
 java.lang.Class<?> AbstractId2JavaClassVisitor.visitLambdaTypeId(LambdaTypeId id)
           
 org.eclipse.emf.ecore.EClass Id2EClassVisitor.visitLambdaTypeId(LambdaTypeId id)
           
 java.lang.Object Id2JavaExpressionVisitor.visitLambdaTypeId(LambdaTypeId id)
           
 java.lang.Class<? extends ElementId> Id2JavaInterfaceVisitor.visitLambdaTypeId(LambdaTypeId id)
           
 

Uses of LambdaTypeId in org.eclipse.ocl.examples.codegen.java.types
 

Methods in org.eclipse.ocl.examples.codegen.java.types with parameters of type LambdaTypeId
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitLambdaTypeId(LambdaTypeId id)
           
 

Uses of LambdaTypeId in org.eclipse.ocl.examples.domain.ids
 

Methods in org.eclipse.ocl.examples.domain.ids that return LambdaTypeId
static LambdaTypeId IdManager.getLambdaTypeId(DomainLambdaType lambdaType)
          Return the typeId for aLambdaType.
static LambdaTypeId IdManager.getLambdaTypeId(java.lang.String name, ParametersId parametersId)
          Return the named lambda typeId with the defined type parameters.
static LambdaTypeId IdManager.getLambdaTypeId(java.lang.String name, TypeId... typeIds)
          Return the named lambda typeId with the defined type parameters.
 

Methods in org.eclipse.ocl.examples.domain.ids with parameters of type LambdaTypeId
 R IdVisitor.visitLambdaTypeId(LambdaTypeId id)
           
 

Uses of LambdaTypeId in org.eclipse.ocl.examples.domain.ids.impl
 

Classes in org.eclipse.ocl.examples.domain.ids.impl that implement LambdaTypeId
 class GeneralizedLambdaTypeIdImpl
           
 class SpecializedLambdaTypeIdImpl
           
 

Methods in org.eclipse.ocl.examples.domain.ids.impl that return LambdaTypeId
protected  LambdaTypeId GeneralizedLambdaTypeIdImpl.createSpecializedId(BindingsId templateBindings)
           
protected  LambdaTypeId SpecializedLambdaTypeIdImpl.createSpecializedId(BindingsId templateBindings)
           
 LambdaTypeId GeneralizedLambdaTypeIdImpl.getGeneralizedId()
           
 LambdaTypeId GeneralizedLambdaTypeIdImpl.specialize(BindingsId templateBindings)
           
 LambdaTypeId SpecializedLambdaTypeIdImpl.specialize(BindingsId templateBindings)
           
 

Constructors in org.eclipse.ocl.examples.domain.ids.impl with parameters of type LambdaTypeId
SpecializedLambdaTypeIdImpl(LambdaTypeId generalizedId, BindingsId templateBindings)
           
 

Uses of LambdaTypeId in org.eclipse.ocl.examples.library.executor
 

Methods in org.eclipse.ocl.examples.library.executor with parameters of type LambdaTypeId
 DomainType AbstractIdResolver.visitLambdaTypeId(LambdaTypeId id)
           
 java.lang.Object AbstractIdResolver.Id2InstanceVisitor.visitLambdaTypeId(LambdaTypeId id)