Uses of Interface
byucc.jhdl.base.SubCell

Packages that use SubCell
byucc.jhdl.base   
byucc.jhdl.Logic   
 

Uses of SubCell in byucc.jhdl.base
 

Classes in byucc.jhdl.base that implement SubCell
 class DefaultSubCell
           
 

Methods in byucc.jhdl.base that return SubCell
 SubCell Cell.constructSubCell(Node parent, java.lang.String name)
          This call is used to determine which underlying class is created in pushHierarchy.
 SubCell Cell.constructSubCellNoImplicitPorts(Node parent, java.lang.String name)
          This call is used to determine which underlying class is created in Cell.pushHierarchyNoImplicitPorts(CellInterface[], String, boolean, String).
 

Uses of SubCell in byucc.jhdl.Logic
 

Classes in byucc.jhdl.Logic that implement SubCell
 class LogicSubCell
          This class allows calls to pushHierarchy to create a Logic cell, instead of a feature-less default.
 

Methods in byucc.jhdl.Logic that return SubCell
 SubCell Logic.constructSubCell(Node parent, java.lang.String name)
          This call overrides that in Cell, so that pushHierarchy returns a Logic cell.
 SubCell Logic.constructSubCellNoImplicitPorts(Node parent, java.lang.String name)
           
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.