Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.text |
Package for handling text.
|
com.sun.electric.database.variable |
Package for handling variables.
|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.tool |
Package for all synthesis and analysis tools.
|
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
Modifier and Type | Method and Description |
---|---|
static Environment |
Environment.readEnvironment(IdReader reader,
Environment old) |
static Snapshot |
Snapshot.readSnapshot(IdReader reader,
Snapshot oldSnapshot) |
Modifier and Type | Method and Description |
---|---|
static Setting.RootGroup |
Setting.read(IdReader reader)
Reads a Tree of Settings fro, IdManager reader
|
Modifier and Type | Method and Description |
---|---|
static Variable |
Variable.read(IdReader reader)
Read Variable from IdReader.
|
static CodeExpression |
CodeExpression.read(IdReader reader)
Read CodeExpression from SnapshotReader.
|
static java.lang.Object |
Variable.readObject(IdReader reader)
Read Object from IdReader.
|
Modifier and Type | Method and Description |
---|---|
static TechPool |
TechPool.read(IdReader reader,
TechPool old)
Reads TechPool from IdReader
|
Modifier and Type | Method and Description |
---|---|
static Job.Key |
Job.Key.read(IdReader reader) |
static Job.Inform |
Job.Inform.read(IdReader reader) |
Modifier and Type | Method and Description |
---|---|
static ErrorLogger |
ErrorLogger.read(IdReader reader) |