|
Eclipse JDT Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDOMPackage
Represents a package declaration. The corresponding syntactic unit is PackageDeclaration (JLS2 7.4). A Package has no children, and its parent is a compilation unit.
Field Summary |
---|
Fields inherited from interface org.eclipse.jdt.core.jdom.IDOMNode |
---|
COMPILATION_UNIT, FIELD, IMPORT, INITIALIZER, METHOD, PACKAGE, TYPE |
Method Summary | |
---|---|
String |
getName()
Deprecated. The IDOMPackage refinement of this IDOMNode
method returns the name of this package declaration, or null
if it has none. |
void |
setName(String name)
Deprecated. The IDOMPackage refinement of this IDOMNode
method sets the name of this package declaration. |
Methods inherited from interface org.eclipse.jdt.core.jdom.IDOMNode |
---|
addChild, canHaveChildren, clone, getCharacters, getChild, getChildren, getContents, getFirstChild, getJavaElement, getNextNode, getNodeType, getParent, getPreviousNode, insertSibling, isAllowableChild, isSignatureEqual, remove |
Method Detail |
---|
String getName()
IDOMPackage
refinement of this IDOMNode
method returns the name of this package declaration, or null
if it has none. The syntax for a package name corresponds to PackageName
as defined by PackageDeclaration (JLS2 7.4).
getName
in interface IDOMNode
null
if it has nonevoid setName(String name)
IDOMPackage
refinement of this IDOMNode
method sets the name of this package declaration. The syntax for a package
name corresponds to PackageName as defined by PackageDeclaration (JLS2 7.4).
A null
name indicates an empty package declaration; that is,
getContents
returns the empty string.
setName
in interface IDOMNode
name
- the given name
|
Eclipse JDT Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.