|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.ncc.netlist.NccNameProxy
public abstract class NccNameProxy
Stores the information necessary to generate an instance name for a Part It is the same as HierarchyEnumerator.NameProxy except that it removes a common path prefix from the name.
Nested Class Summary | |
---|---|
static class |
NccNameProxy.PartNameProxy
|
static class |
NccNameProxy.WireNameProxy
|
Method Summary | |
---|---|
java.lang.String |
cellInstPath()
Cell instance path starting from the Cell from which NCC was run. |
VarContext |
getContext()
|
java.lang.String |
getName()
Name whose instance path starts from the Cell from which NCC was run |
Cell |
leafCell()
|
java.lang.String |
leafName()
|
boolean |
nameIsInTopContext()
|
static java.lang.String |
removePrefix(java.lang.String commonPathPrefix,
java.lang.String fullName)
|
java.lang.String |
toString()
It was a mistake to use toString(). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static java.lang.String removePrefix(java.lang.String commonPathPrefix, java.lang.String fullName)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean nameIsInTopContext()
public Cell leafCell()
public java.lang.String leafName()
public VarContext getContext()
public java.lang.String getName()
public java.lang.String cellInstPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |