Uses of Interface
org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.GenOperationFilter

Packages that use GenBaseImpl.GenOperationFilter
org.eclipse.emf.codegen.ecore.genmodel.impl   
 

Uses of GenBaseImpl.GenOperationFilter in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.impl that implement GenBaseImpl.GenOperationFilter
 class GenClassImpl.CollidingGenOperationFilter
           
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenBaseImpl.GenOperationFilter
protected  java.util.List<GenOperation> GenBaseImpl.collectGenOperations(GenClass context, java.util.List<GenClass> genClasses, java.util.List<GenOperation> genOperations, GenBaseImpl.GenOperationFilter filter)
          Iterate over the lists returned by calling getGenOperations() on items in the list of genClasses, and then over the list of genOperations.
 


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