|
|||||||||||
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.jdom.JDOMJNode
Field Summary |
Fields inherited from class org.eclipse.emf.codegen.merge.java.facade.AbstractJNode |
EMPTY_STRING_ARRAY, facadeHelper, qualifiedName, wrappedObject |
Constructor Summary | |
protected |
JDOMJNode(org.eclipse.jdt.core.jdom.IDOMNode idomNode)
|
Method Summary | |
List |
getChildren()
Returns the children of this node. |
String |
getContents()
Returns the current contents of this document fragment. |
int |
getFlags()
Returns the modifier flags for this node. |
protected org.eclipse.jdt.core.jdom.IDOMNode |
getIDOMNode()
|
String |
getName()
Returns the name of this node. |
JNode |
getParent()
Returns the parent of this node. |
void |
setFlags(int flags)
Sets the flags for this member. |
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 |
Constructor Detail |
protected JDOMJNode(org.eclipse.jdt.core.jdom.IDOMNode idomNode)
Method Detail |
protected org.eclipse.jdt.core.jdom.IDOMNode getIDOMNode()
public String getName()
JNode
null
if it has no namepublic int getFlags()
JNode
FacadeFlags
.
public void setFlags(int flags)
JNode
FacadeFlags
class.
flags
- the flagspublic String getContents()
JNode
Note: To obtain complete source for the ".java" file, ask a compilation unit node for its contents.
null
if this node has no contentspublic JNode getParent()
JNode
null
if this node does not have a
parentpublic List getChildren()
JNode
The list must be unmodifiable if the implementation doesn't support direct manipulation.
|
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 |