Uses of Class
com.sun.electric.tool.logicaleffort.CachedCell

Packages that use CachedCell
com.sun.electric.tool.logicaleffort Package for handling the logical effort tool. 
 

Uses of CachedCell in com.sun.electric.tool.logicaleffort
 

Methods in com.sun.electric.tool.logicaleffort that return CachedCell
protected  CachedCell LENetlister2.LECellInfo.getCachedCell()
           
 

Methods in com.sun.electric.tool.logicaleffort with parameters of type CachedCell
protected  void CachedCell.add(Nodable no, LENetlister2.LECellInfo info, CachedCell subCell, LENetlister2.LECellInfo subCellInfo, LENetlister.NetlisterConstants constants)
          Adds instance of cached cell "subCell" to this cached cell.
protected  void LENetlister2.LECellInfo.setCachedCell(CachedCell c)