|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an import declaration. The corresponding syntactic unit is ImportDeclaration (JLS2 7.5). An import has no children and its parent is a compilation unit.
This interface is not intended to be implemented by clients.
Field Summary |
---|
Fields inherited from interface org.eclipse.jdt.core.jdom.IDOMNode |
---|
COMPILATION_UNIT, FIELD, IMPORT, INITIALIZER, METHOD, PACKAGE, TYPE |
Method Summary | |
---|---|
int |
getFlags()
Deprecated. Returns the modifier flags for this import. |
String |
getName()
Deprecated. The IDOMImport refinement of this IDOMNode
method returns the name of this import. |
boolean |
isOnDemand()
Deprecated. Returns whether this import declaration ends with ". |
void |
setFlags(int flags)
Deprecated. Sets the modifier flags for this import. |
void |
setName(String name)
Deprecated. The IDOMImport refinement of this IDOMNode
method sets the name of this import. |
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 |
public String getName()
IDOMImport
refinement of this IDOMNode
method returns the name of this import. The syntax for an import name
corresponds to a fully qualified type name, or to an on-demand package name
as defined by ImportDeclaration (JLS2 7.5).
getName
in interface IDOMNode
public boolean isOnDemand()
".*"
.
true
if this in an on-demand importpublic int getFlags()
Flags
. Only the static flag is meaningful for import declarations.
Flags
public void setFlags(int flags)
Flags
. Only the static flag is meaningful for import declarations.
flags
- the modifier flags for this importFlags
public void setName(String name)
IDOMImport
refinement of this IDOMNode
method sets the name of this import. The syntax for an import name
corresponds to a fully qualified type name, or to an on-demand package name
as defined by ImportDeclaration (JLS2 7.5).
setName
in interface IDOMNode
name
- the given name
IllegalArgumentException
- if null
is specified
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |