org.eclipse.emf.mwe.internal.ui.eclipse.launch
Class MWELaunchShortcut.TypeDeclarationSearchRequestor

java.lang.Object
  extended by org.eclipse.jdt.core.search.SearchRequestor
      extended by org.eclipse.emf.mwe.internal.ui.eclipse.launch.MWELaunchShortcut.TypeDeclarationSearchRequestor
Enclosing class:
MWELaunchShortcut

public class MWELaunchShortcut.TypeDeclarationSearchRequestor
extends org.eclipse.jdt.core.search.SearchRequestor


Constructor Summary
MWELaunchShortcut.TypeDeclarationSearchRequestor()
           
 
Method Summary
 void acceptSearchMatch(org.eclipse.jdt.core.search.SearchMatch match)
           
 boolean match()
           
 
Methods inherited from class org.eclipse.jdt.core.search.SearchRequestor
beginReporting, endReporting, enterParticipant, exitParticipant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MWELaunchShortcut.TypeDeclarationSearchRequestor

public MWELaunchShortcut.TypeDeclarationSearchRequestor()
Method Detail

acceptSearchMatch

public void acceptSearchMatch(org.eclipse.jdt.core.search.SearchMatch match)
Specified by:
acceptSearchMatch in class org.eclipse.jdt.core.search.SearchRequestor

match

public boolean match()