|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.codegen.merge.java.facade.AbstractJNode
org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode
org.eclipse.emf.codegen.merge.java.facade.ast.ASTJImport
Field Summary |
Fields inherited from class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode |
EMPTY_STRING_ARRAY, facadeHelper, qualifiedName, wrappedObject |
Constructor Summary | |
ASTJImport(org.eclipse.jdt.core.dom.ImportDeclaration importDeclaration)
|
Method Summary | |
protected org.eclipse.jdt.core.dom.ImportDeclaration |
getASTImportDeclaration()
|
int |
getFlags()
Returns the modifier flags for this node. |
java.lang.String |
getName()
Returns the name of this node. |
boolean |
isOnDemand()
Returns whether this import declaration ends with ". |
Methods inherited from class org.eclipse.emf.codegen.merge.java.facade.ast.ASTJNode |
getASTNode, getChildren, getContents, getContents, getParent, setFlags, toString |
Methods inherited from class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode |
computeQualifiedName, computeQualifiedName, computeQualifiedName, computeQualifiedName, dispose, getFacadeHelper, getName, getQualifiedName, getWrappedObject, setFacadeHelper |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.codegen.merge.java.facade.JNode |
getChildren, getContents, getParent, getQualifiedName, setFlags |
Constructor Detail |
public ASTJImport(org.eclipse.jdt.core.dom.ImportDeclaration importDeclaration)
Method Detail |
protected org.eclipse.jdt.core.dom.ImportDeclaration getASTImportDeclaration()
public boolean isOnDemand()
JImport
".*"
.
isOnDemand
in interface JImport
true
if this in an on-demand importpublic java.lang.String getName()
JNode
getName
in interface JNode
null
if it has no namepublic int getFlags()
JNode
FacadeFlags
.
getFlags
in interface JNode
getFlags
in class ASTJNode
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |