Package | Description |
---|---|
com.sun.electric.tool.simulation.test |
Chip-independent test software library for the
Asynchronous Design Group in Oracle Labs, see bottom
for locations of documentation.
|
Modifier and Type | Method and Description |
---|---|
static Name |
Name.findName(java.lang.String ns)
Method to return the name object for this string.
|
Name |
Name.findSuffixed(int i)
Returns the name obtained from base of this simple name by adding numerical suffix.
|
Name |
Name.getBasename()
Returns basename of simple Name.
|
Name |
Name.lowerCase()
Returns lowerCase equivalent of this Name.
|
Name |
Name.subname(int i)
Returns subname of a bus name.
|
Modifier and Type | Method and Description |
---|---|
int |
Name.compareTo(Name name)
Compares this Name with the specified Name for order.
|