Java org.eclipse.jdt.core.dom IPackageBinding fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom IPackageBinding fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom IPackageBinding.

The text is from its open source code.

Implementation

org.eclipse.jdt.core.dom.IPackageBinding has the following implementations.
Click this link to see all its implementation.

Method

IAnnotationBinding[]getAnnotations()
Returns the resolved declaration annotations associated with this binding.
IJavaElementgetJavaElement()
Returns the Java element that corresponds to this binding.
StringgetKey()
Returns the key for this binding.
intgetModifiers()
Returns the modifiers for this binding.
StringgetName()
Returns the name of the package represented by this binding.
String[]getNameComponents()
Returns the list of name component making up the name of the package represented by this binding.
booleanisEqualTo(IBinding binding)
Returns whether this binding has the same key as that of the given binding.
booleanisUnnamed()
Returns whether this package is an unnamed package.