|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.database.hierarchy.HierarchyEnumerator.Visitor
com.sun.electric.tool.generator.sclibrary.SCLibraryGen.StandardCellHierarchy
public static class SCLibraryGen.StandardCellHierarchy
Standard Cell Enumerator
Constructor Summary | |
---|---|
SCLibraryGen.StandardCellHierarchy()
|
Method Summary | |
---|---|
boolean |
containsStandardCell(Cell cell)
True if the cell contains standard cells (but false if it does not, or if it is a standard cell. |
boolean |
enterCell(HierarchyEnumerator.CellInfo info)
The HierarchyEnumerator is about to begin enumerating the contents of a new Cell instance. |
void |
exitCell(HierarchyEnumerator.CellInfo info)
The HierarchyEnumerator has finished enumerating the contents of the current Cell instance. |
java.util.Set<java.lang.String> |
getContainsStandardCellContextsInHier()
|
java.util.Set<Cell> |
getContainsStandardCellsInHier()
Get the cells that contain standard cells in the hiearchy after the hierarchy has been enumerated |
java.util.Set<Cell> |
getDoesNotContainStandardCellsInHier()
Get the cells that do not contain standard cells in the hiearchy after the hierarchy has been enumerated |
java.util.Set<java.lang.String> |
getEmptyCellContextsInHier()
Get the contexts of cells that do not contain standard cells in the hierarchy. |
boolean |
getNameConflict()
Returns true if there was a name conflict, where two standard cells from different libraries have the same name. |
java.util.List<VarContext> |
getStandardCellsContextsInHier()
|
java.util.Set<Cell> |
getStandardCellsInHier()
Get the standard cells in the hiearchy after the hierarchy has been enumerated |
boolean |
visitNodeInst(Nodable ni,
HierarchyEnumerator.CellInfo info)
The HierarchyEnumerator is visiting Nodable ni. |
Methods inherited from class com.sun.electric.database.hierarchy.HierarchyEnumerator.Visitor |
---|
newCellInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SCLibraryGen.StandardCellHierarchy()
Method Detail |
---|
public boolean enterCell(HierarchyEnumerator.CellInfo info)
HierarchyEnumerator.Visitor
enterCell
in class HierarchyEnumerator.Visitor
info
- information about the Cell instance being
enumerated
public void exitCell(HierarchyEnumerator.CellInfo info)
HierarchyEnumerator.Visitor
exitCell
in class HierarchyEnumerator.Visitor
info
- information about the Cell instance being
enumeratedpublic boolean visitNodeInst(Nodable ni, HierarchyEnumerator.CellInfo info)
HierarchyEnumerator.Visitor
visitNodeInst
in class HierarchyEnumerator.Visitor
ni
- the Nodable that HierarchyEnumerator is visiting.
public boolean containsStandardCell(Cell cell)
cell
- the cell in question
public java.util.Set<Cell> getStandardCellsInHier()
public java.util.Set<Cell> getContainsStandardCellsInHier()
public java.util.Set<Cell> getDoesNotContainStandardCellsInHier()
public boolean getNameConflict()
public java.util.List<VarContext> getStandardCellsContextsInHier()
public java.util.Set<java.lang.String> getContainsStandardCellContextsInHier()
public java.util.Set<java.lang.String> getEmptyCellContextsInHier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |