Uses of Class
com.sun.electric.tool.ncc.netlist.Bipolar.Type

Packages that use Bipolar.Type
com.sun.electric.tool.ncc.netlist   
 

Uses of Bipolar.Type in com.sun.electric.tool.ncc.netlist
 

Fields in com.sun.electric.tool.ncc.netlist declared as Bipolar.Type
static Bipolar.Type Bipolar.Type.NPN
           
static Bipolar.Type Bipolar.Type.PNP
           
 

Methods in com.sun.electric.tool.ncc.netlist that return Bipolar.Type
 Bipolar.Type Bipolar.getType()
           
 

Constructors in com.sun.electric.tool.ncc.netlist with parameters of type Bipolar.Type
Bipolar(Bipolar.Type np, NccNameProxy.PartNameProxy name, double area, Wire emit, Wire base, Wire coll)