Uses of Class
com.sun.electric.tool.ncc.basic.CellContext

Packages that use CellContext
com.sun.electric.tool.ncc Package for handling the Network Consistency Checking (LVS) tool. 
com.sun.electric.tool.ncc.basic   
com.sun.electric.tool.ncc.processing   
 

Uses of CellContext in com.sun.electric.tool.ncc
 

Methods in com.sun.electric.tool.ncc with parameters of type CellContext
static NccResults NccBottomUp.compare(CellContext cc1, CellContext cc2, NccOptions options, Aborter aborter)
           
 

Uses of CellContext in com.sun.electric.tool.ncc.basic
 

Methods in com.sun.electric.tool.ncc.basic that return CellContext
static CellContext NccUtils.getCellContext(EditWindow_ wnd)
           
static CellContext NccUtils.getCurrentCellContext()
           
 

Methods in com.sun.electric.tool.ncc.basic that return types with arguments of type CellContext
static java.util.List<CellContext> NccUtils.getCellContextsFromWindows()
           
 java.util.Iterator<CellContext> CompareList.iterator()
           
 

Methods in com.sun.electric.tool.ncc.basic with parameters of type CellContext
static NccResult NccUtils.buildBlackBoxes(CellContext c1, CellContext c2, HierarchyInfo hierInfo, NccOptions options, Aborter aborter)
           
static java.util.List<CompareList> CompareLists.getCompareLists(CellContext cc1, CellContext cc2)
           
 

Uses of CellContext in com.sun.electric.tool.ncc.processing
 

Methods in com.sun.electric.tool.ncc.processing with parameters of type CellContext
 void HierarchyInfo.restrictSubcktDetection(CellContext cc1, CellContext cc2, java.util.Set compareListCells)
          Restrict subcircuit detection.