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

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

Introduction

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

Usage

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

/**
 * Handle for an import declaration. Info object is a ImportDeclarationElementInfo.
 * @see org.eclipse.jdt.core.IImportDeclaration
 */

public class ImportDeclaration extends SourceRefElement implements IImportDeclaration {

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

/**
 * Handle for an import declaration. Info object is a ImportDeclarationElementInfo.
 *
 * @see org.eclipse.jdt.core.IImportDeclaration
 */