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

Packages that use NetObject.Type
com.sun.electric.tool.ncc.netlist   
com.sun.electric.tool.ncc.trees   
 

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

Fields in com.sun.electric.tool.ncc.netlist declared as NetObject.Type
static NetObject.Type NetObject.Type.PART
           
static NetObject.Type NetObject.Type.PORT
           
static NetObject.Type NetObject.Type.WIRE
           
 

Methods in com.sun.electric.tool.ncc.netlist that return NetObject.Type
 NetObject.Type Wire.getNetObjType()
           
 NetObject.Type Port.getNetObjType()
           
 NetObject.Type Part.getNetObjType()
           
abstract  NetObject.Type NetObject.getNetObjType()
          Distinguish Parts, Wires, and Ports.
 

Uses of NetObject.Type in com.sun.electric.tool.ncc.trees
 

Methods in com.sun.electric.tool.ncc.trees that return NetObject.Type
 NetObject.Type EquivRecord.getNetObjType()
          say whether this leaf record contains Parts, Wires, or Ports.