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  List GenBaseImpl.collectGenOperations(List genClasses, List 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.