Uses of Interface
org.eclipse.emf.codegen.ecore.genmodel.GenTypeParameter

Packages that use GenTypeParameter
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.genmodel.util   
org.eclipse.emf.ecore.xcore   
org.eclipse.emf.ecore.xcore.mappings   
org.eclipse.emf.ecore.xcore.util   
 

Uses of GenTypeParameter in org.eclipse.emf.codegen.ecore.genmodel
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenTypeParameter
 GenTypeParameter GenModelFactory.createGenTypeParameter()
          Returns a new object of class 'Gen Type Parameter'
 GenTypeParameter GenModel.createGenTypeParameter()
           
 GenTypeParameter GenModel.findGenTypeParameter(ETypeParameter eTypeParameter)
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel that return types with arguments of type GenTypeParameter
 EList<GenTypeParameter> GenOperation.getGenTypeParameters()
          Returns the value of the 'Gen Type Parameters' containment reference list.
 EList<GenTypeParameter> GenClassifier.getGenTypeParameters()
          Returns the value of the 'Gen Type Parameters' containment reference list.
 

Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type GenTypeParameter
 boolean GenTypeParameter.reconcile(GenTypeParameter oldGenTypeParameterVersion)
           
 

Uses of GenTypeParameter in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.impl that implement GenTypeParameter
 class GenTypeParameterImpl
          An implementation of the model object 'Gen Type Parameter'
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.impl with type parameters of type GenTypeParameter
protected  EList<GenTypeParameter> GenOperationImpl.genTypeParameters
          The cached value of the 'Gen Type Parameters' containment reference list
protected  EList<GenTypeParameter> GenClassifierImpl.genTypeParameters
          The cached value of the 'Gen Type Parameters' containment reference list
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenTypeParameter
 GenTypeParameter GenModelImpl.createGenTypeParameter()
           
 GenTypeParameter GenModelFactoryImpl.createGenTypeParameter()
           
 GenTypeParameter GenModelImpl.findGenTypeParameter(ETypeParameter eTypeParameter)
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return types with arguments of type GenTypeParameter
 EList<GenTypeParameter> GenOperationImpl.getGenTypeParameters()
           
 EList<GenTypeParameter> GenClassifierImpl.getGenTypeParameters()
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenTypeParameter
 boolean GenTypeParameterImpl.reconcile(GenTypeParameter oldGenTypeParameterVersion)
           
protected  void GenTypeParameterImpl.reconcileSettings(GenTypeParameter oldGenTypeParameterVersion)
           
 

Uses of GenTypeParameter in org.eclipse.emf.codegen.ecore.genmodel.util
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.util with parameters of type GenTypeParameter
 T GenModelSwitch.caseGenTypeParameter(GenTypeParameter object)
          Returns the result of interpreting the object as an instance of 'Gen Type Parameter'
 boolean GenModelValidator.validateGenTypeParameter(GenTypeParameter genTypeParameter, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of GenTypeParameter in org.eclipse.emf.ecore.xcore
 

Methods in org.eclipse.emf.ecore.xcore that return GenTypeParameter
 GenTypeParameter XcoreExtensions.getGenTypeParameter(XGenericType type)
           
 

Uses of GenTypeParameter in org.eclipse.emf.ecore.xcore.mappings
 

Methods in org.eclipse.emf.ecore.xcore.mappings that return GenTypeParameter
 GenTypeParameter XTypeParameterMapping.getGenTypeParameter()
           
 

Methods in org.eclipse.emf.ecore.xcore.mappings with parameters of type GenTypeParameter
 void XTypeParameterMapping.setGenTypeParameter(GenTypeParameter genTypeParameter)
           
 

Uses of GenTypeParameter in org.eclipse.emf.ecore.xcore.util
 

Methods in org.eclipse.emf.ecore.xcore.util with parameters of type GenTypeParameter
protected  org.eclipse.xtext.common.types.JvmTypeParameter XcoreJvmInferrer.getJvmTypeParameter(ETypeParameter eTypeParameter, GenTypeParameter genTypeParameter)
           
 

Method parameters in org.eclipse.emf.ecore.xcore.util with type arguments of type GenTypeParameter
protected  void XcoreJvmInferrer.populateTypeParameters(java.lang.String typeParameters, EList<GenTypeParameter> genTypeParameters, EList<org.eclipse.xtext.common.types.JvmTypeParameter> jvmTypeParameters)
           
 


Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.