Package | Description |
---|---|
com.sun.electric.tool.logicaleffort |
Package for handling the logical effort tool.
|
Modifier and Type | Field and Description |
---|---|
static LEInst.Type |
LEInst.Type.CAPACITOR
NotSizeable
|
static LEInst.Type |
LEInst.Type.IGNORE
Ignore
|
static LEInst.Type |
LEInst.Type.LEGATE
LeGate
|
static LEInst.Type |
LEInst.Type.LEKEEPER
LeKeeper
|
static LEInst.Type |
LEInst.Type.LESETTINGS
NotSizeable
|
static LEInst.Type |
LEInst.Type.TRANSISTOR
NotSizeable
|
static LEInst.Type |
LEInst.Type.UNKNOWN
NotSizeable
|
static LEInst.Type |
LEInst.Type.WIRE
NotSizeable
|
Modifier and Type | Method and Description |
---|---|
static LEInst.Type |
LEInst.getType(Nodable no,
VarContext context)
Get the LENodable type of this Nodable.
|