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

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

Introduction

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

Usage

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

/**
 * @see org.eclipse.jdt.core.IPackageDeclaration
 */

public class PackageDeclaration extends SourceRefElement implements IPackageDeclaration {

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

/**
 * @see org.eclipse.jdt.core.IPackageDeclaration
 */

public class PackageDeclaration extends SourceRefElement implements IPackageDeclaration {