Uses of Class
com.sun.electric.tool.ncc.netlist.NccNameProxy.PartNameProxy

Packages that use NccNameProxy.PartNameProxy
com.sun.electric.tool.ncc.netlist   
com.sun.electric.tool.ncc.result   
 

Uses of NccNameProxy.PartNameProxy in com.sun.electric.tool.ncc.netlist
 

Methods in com.sun.electric.tool.ncc.netlist that return NccNameProxy.PartNameProxy
 NccNameProxy.PartNameProxy Part.getNameProxy()
           
 

Constructors in com.sun.electric.tool.ncc.netlist with parameters of type NccNameProxy.PartNameProxy
Bipolar(PrimitiveNode.Function np, NccNameProxy.PartNameProxy name, double area, Wire emit, Wire base, Wire coll)
           
Mos(PrimitiveNode.Function np, NccNameProxy.PartNameProxy name, double width, double length, Wire src, Wire gate, Wire drn)
          Transistor without body port.
Mos(PrimitiveNode.Function np, NccNameProxy.PartNameProxy name, double width, double length, Wire src, Wire gate, Wire drn, Wire body)
          Transistor with body port.
Part(NccNameProxy.PartNameProxy name, PrimitiveNode.Function type, Wire[] pins)
           
Resistor(PrimitiveNode.Function type, NccNameProxy.PartNameProxy name, double width, double length, Wire w1, Wire w2)
           
Subcircuit(NccNameProxy.PartNameProxy instName, SubcircuitInfo subcircuitInfo, Wire[] pins)
           
 

Uses of NccNameProxy.PartNameProxy in com.sun.electric.tool.ncc.result
 

Methods in com.sun.electric.tool.ncc.result that return NccNameProxy.PartNameProxy
 NccNameProxy.PartNameProxy PartReport.getNameProxy()
           
 NccNameProxy.PartNameProxy PartReport.PartReportable.getNameProxy()