|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxtc.tree.Node
xtc.parser.Name
xtc.parser.ModuleName
public class ModuleName
A module name as a node.
| Field Summary |
|---|
| Fields inherited from class xtc.parser.Name |
|---|
name |
| Constructor Summary | |
|---|---|
ModuleName(java.lang.String name)
Create a new module name. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
ModuleName |
rename(ModuleMap renaming)
Rename this module name. |
| Methods inherited from class xtc.parser.Name |
|---|
hashCode, toString |
| Methods inherited from class xtc.tree.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, write |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ModuleName(java.lang.String name)
name - The name.| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||