|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPackageBinding
A package binding represents a named or unnamed package.
Field Summary |
---|
Fields inherited from interface org.eclipse.jdt.core.dom.IBinding |
---|
ANNOTATION, MEMBER_VALUE_PAIR, METHOD, PACKAGE, TYPE, VARIABLE |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the package represented by this binding. |
java.lang.String[] |
getNameComponents()
Returns the list of name component making up the name of the package represented by this binding. |
boolean |
isUnnamed()
Returns whether this package is an unnamed package. |
Methods inherited from interface org.eclipse.jdt.core.dom.IBinding |
---|
equals, getAnnotations, getJavaElement, getKey, getKind, getModifiers, isDeprecated, isEqualTo, isRecovered, isSynthetic, toString |
Method Detail |
---|
java.lang.String getName()
getName
in interface IBinding
boolean isUnnamed()
true
if this is an unnamed package, and
false
otherwisejava.lang.String[] getNameComponents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |