public interface HasNameT extends Tree
EMPTY_ARRAY| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getName()
Gets the name string from the name element. 
 | 
NameT | 
getNameElement()
Gets the name symbol. 
 | 
void | 
setName(java.lang.String name)
Sets the name string on the name element to be the input name. 
 | 
void | 
setNameElement(NameT name)
Unlinks the current name and links the input element. 
 | 
accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setPropertyNameT getNameElement()
void setNameElement(NameT name)
java.lang.IllegalStateException - if the input element is already linked.java.lang.String getName()
void setName(java.lang.String name)