Uses of Class
byucc.jhdl.base.PropertyList

Packages that use PropertyList
byucc.jhdl.base   
byucc.jhdl.parsers.xnf   
 

Uses of PropertyList in byucc.jhdl.base
 

Methods in byucc.jhdl.base that return PropertyList
 PropertyList Cell.getProperties()
          Used to get the property list from the cell.
 PropertyList Net.getProperties()
          Returns any properties attached to this net.
 PropertyList Wire.getProperties(Cell parent)
          Used to get the property list from the wire from the scope of the given cell.
 PropertyList Wire.getProperties()
          Used to get the property list from the wire, at the scope of the wire origin.
 

Methods in byucc.jhdl.base with parameters of type PropertyList
 void Cell.addProperties(PropertyList plist)
          Used to add a list of properties to the Cell.
 void Cell.addProperties(PropertyList plist, boolean warn_duplicates)
          Used to add a list of properties to the Cell.
 void Wire.addProperties(Cell parent, PropertyList plist)
          Used to add a list of properties to the Wire, within the scope of the given cell.
 void Wire.addProperties(Cell parent, PropertyList plist, boolean warn_duplicates)
          Used to add a list of properties to the Wire, withing the scope of the given cell.
 void Wire.addProperties(PropertyList plist)
          Used to add a list of properties to the Wire, within the scope of the wire origin.
 void Wire.addProperties(PropertyList plist, boolean warn_duplicates)
          Used to add a list of properties to the Wire, within the scope of the wire origin.
 void PropertyList.merge(PropertyList pl)
          This merges two property lists, with the special case that two properties with the same name, type, and value show up only once in the final list, but two properties with the same name but differing types or values throws an exception.
 

Uses of PropertyList in byucc.jhdl.parsers.xnf
 

Methods in byucc.jhdl.parsers.xnf with parameters of type PropertyList
 void XNFCell.mergeProperties(PropertyList pl)
           
 



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