Example usage for org.eclipse.jdt.core.search TypeNameRequestor subclass-usage

List of usage examples for org.eclipse.jdt.core.search TypeNameRequestor subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core.search TypeNameRequestor subclass-usage.

Usage

From source file org.bonitasoft.studio.common.repository.store.TypeNameFoundRequestor.java

/**
 * @author Romain Bioteau
 * 
 */
public class TypeNameFoundRequestor extends TypeNameRequestor {

From source file org.eclipse.jst.jsp.ui.internal.contentassist.JavaTypeNameRequestor.java

/**
 * Use w/ JDT search engine to find all type names.
 * Creates proposals from matches reported.
 *
 * @plannedfor 1.0
 */

From source file org.eclipse.stardust.modeling.validation.util.TypeRequestor.java

/**
 * @author fherinean
 * @version $Revision$
 */
public class TypeRequestor extends TypeNameRequestor {
    private static final char SEPARATOR = '/';

From source file org.emftext.commons.jdt.resolve.ClassifierVisitor.java

/**
 * A ClassifierVisitor can be used to visit all search result items when using
 * the JDT SearchEngine class to find types on the classpath. It simply converts
 * every JDT Type to an instance of {@link JDTJavaClassifier} and makes a list
 * of all these instances available via {@link #getClassifiersInClasspath()}.
 * 

From source file org.objectstyle.wolips.core.resources.types.TypeNameCollector.java

/**
 * @author mike
 */
public class TypeNameCollector extends TypeNameRequestor {
    private IJavaProject _project;