public class GraphNode extends GraphMember
children, name, parentNode, PROPERTY_CHILD, PROPERTY_CLASSNAME, PROPERTY_LITERAL, PROPERTY_MODIFIERS, PROPERTY_NAME, PROPERTY_PARENT, PROPERTY_PATH, PROPERTY_THIS, PROPERTY_VISIBILITY| Constructor and Description |
|---|
GraphNode() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
GraphNode |
with(java.lang.String name)
Set the name of Element
|
GraphNode |
withParent(GraphMember value) |
check, getAnnotation, getChildren, getClazz, getDiff, getFullId, getModifier, getName, getNodes, getParent, getValue, remove, setName, setParentNode, withAnnotation, withModifier, withoutpublic GraphNode with(java.lang.String name)
GraphMemberwith in class GraphMembername - The Name of Elementpublic GraphNode withParent(GraphMember value)
public java.lang.String toString()
toString in class java.lang.Object