Example usage for org.eclipse.jdt.core ISourceReference interface-usage

List of usage examples for org.eclipse.jdt.core ISourceReference interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core ISourceReference interface-usage.

Usage

From source file com.codenvy.ide.ext.java.server.internal.core.SourceRefElement.java

/**
 * Abstract class for Java elements which implement ISourceReference.
 */
public abstract class SourceRefElement extends JavaElement implements ISourceReference {
    /*
    * A count to uniquely identify this element in the case

From source file org.codehaus.groovy.eclipse.codebrowsing.elements.IGroovyResolvedElement.java

/**
 * Allows Groovy elements to provide customized Javadoc hovers.
 * @author Andrew Eisenberg
 * @created Nov 22, 2010
 */
public interface IGroovyResolvedElement extends IJavaElement, ISourceReference {

From source file org.codehaus.groovy.eclipse.editor.outline.IOJavaElement.java

/**
 * @author Maxime HAMM
 * @created 7 avr. 2011
 */
public interface IOJavaElement extends IJavaElement, ISourceReference {

From source file org.eclipse.che.jdt.internal.core.SourceRefElement.java

/**
 * Abstract class for Java elements which implement ISourceReference.
 */
public abstract class SourceRefElement extends JavaElement implements ISourceReference {
    /*
    * A count to uniquely identify this element in the case