Example usage for org.eclipse.jdt.internal.codeassist InternalExtendedCompletionContext subclass-usage

List of usage examples for org.eclipse.jdt.internal.codeassist InternalExtendedCompletionContext subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.codeassist InternalExtendedCompletionContext subclass-usage.

Usage

From source file org.codehaus.groovy.eclipse.codeassist.proposals.GroovyExtendedCompletionContext.java

/**
 *
 * @author andrew
 * @created May 3, 2011
 */
public class GroovyExtendedCompletionContext extends InternalExtendedCompletionContext {

From source file org.codehaus.jdt.groovy.internal.SimplifiedExtendedCompletionContext.java

/**
 * The constructor API for {@link InternalExtendedCompletionContext} has changed
 * between 3.7 and 4.2.  Use this class as a way to abstract away from the API changes.
 * @author Andrew Eisenberg
 * @created Feb 2, 2012
 */