Package | Description |
---|---|
com.sun.electric.tool.ncc.netlist | |
com.sun.electric.tool.ncc.trees |
Modifier and Type | Field and Description |
---|---|
static NetObject.Type |
NetObject.Type.PART |
static NetObject.Type |
NetObject.Type.PORT |
static NetObject.Type |
NetObject.Type.WIRE |
Modifier and Type | Method and Description |
---|---|
NetObject.Type |
Wire.getNetObjType() |
NetObject.Type |
Port.getNetObjType() |
NetObject.Type |
Part.getNetObjType() |
abstract NetObject.Type |
NetObject.getNetObjType()
Distinguish Parts, Wires, and Ports.
|
Modifier and Type | Method and Description |
---|---|
NetObject.Type |
EquivRecord.getNetObjType()
say whether this leaf record contains Parts, Wires, or Ports.
|