| Constructor and Description |
|---|
ModuleName(java.lang.String name)
Create a new module name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ModuleName |
rename(ModuleMap renaming)
Rename this module name.
|
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 ModuleName(java.lang.String name)
name - The name.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic ModuleName rename(ModuleMap renaming)
original property is set to be this module
name's original name (i.e., this module name's original property
if it has that property or this module name if it does not).
Otherwise, this method returns this module name.renaming - The module map.Copyright © 2014. All Rights Reserved.