public class Name extends Node
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name
The name.
|
| Constructor and Description |
|---|
Name(java.lang.String name)
Create a new name.
|
| Modifier and Type | Method and Description |
|---|---|
int |
hashCode() |
java.lang.String |
toString()
Return a human readable representation of this node.
|
add, add, addAll, addAll, addAll, addAll, addAllTo, addNode, contains, get, getBoolean, getBooleanProperty, getGeneric, getList, getLocation, getName, getNode, getProperty, getString, getStringProperty, getTokenText, hasLocation, hasName, hasProperty, hasTraversal, hasVariable, indexOf, isAnnotation, isEmpty, isGeneric, isList, isToken, iterator, lastIndexOf, properties, remove, removeProperty, set, setLocation, setLocation, setProperty, size, strip, toAnnotation, toList, toToken, writepublic Name(java.lang.String name)
name - The name.public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
NodeNode.write(Appendable).Copyright © 2014. All Rights Reserved.