Uses of Class
com.sun.electric.tool.ncc.lists.RecordList

Packages that use RecordList
com.sun.electric.tool.ncc.lists   
com.sun.electric.tool.ncc.strategy   
 

Uses of RecordList in com.sun.electric.tool.ncc.lists
 

Subclasses of RecordList in com.sun.electric.tool.ncc.lists
 class LeafList
          A list of the equivalence records that are newly created leaves of the equivalence record tree.
 

Methods in com.sun.electric.tool.ncc.lists with parameters of type RecordList
 void RecordList.addAll(RecordList x)
           
 

Uses of RecordList in com.sun.electric.tool.ncc.strategy
 

Methods in com.sun.electric.tool.ncc.strategy with parameters of type RecordList
 LeafList Strategy.doFor(RecordList r)
          Apply this Strategy to a list of leaf and internal records.
 LeafList StratPortName.doFor(RecordList g)