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

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

Introduction

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

Usage

From source file org.eclipse.jst.jsp.core.internal.java.search.JavaSearchDocumentDelegate.java

/**
 * Wrapper method to set getPath() path to be the path of the compilation unit 
 * for the jsp file. (since it's a final method, it needs to be set via constructor)
 * 
 * @author pavery
 */

From source file org.eclipse.jst.jsp.core.internal.java.search.NullSearchDocument.java

/**
 * An empty servlet, safe for Java search participation
 * 
 * @author pavery
 */
public class NullSearchDocument extends SearchDocument {