org.eclipse.emf.mwe2.launch.ui.shortcut
Class Mwe2LaunchShortcut.TypeDeclarationSearchRequestor

java.lang.Object
  extended by org.eclipse.jdt.core.search.SearchRequestor
      extended by org.eclipse.emf.mwe2.launch.ui.shortcut.Mwe2LaunchShortcut.TypeDeclarationSearchRequestor
Enclosing class:
Mwe2LaunchShortcut

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


Constructor Summary
Mwe2LaunchShortcut.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

Mwe2LaunchShortcut.TypeDeclarationSearchRequestor

public Mwe2LaunchShortcut.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()