|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VarContext in com.sun.electric.database.hierarchy |
---|
Methods in com.sun.electric.database.hierarchy that return VarContext | |
---|---|
VarContext |
HierarchyEnumerator.NameProxy.getContext()
|
VarContext |
HierarchyEnumerator.CellInfo.getContext()
The VarContext to use for evaluating all variables in the current Cell. |
Methods in com.sun.electric.database.hierarchy with parameters of type VarContext | |
---|---|
static void |
HierarchyEnumerator.enumerateCell(Cell root,
VarContext context,
HierarchyEnumerator.Visitor visitor)
Begin enumeration of the contents of the Cell root. |
static void |
HierarchyEnumerator.enumerateCell(Cell root,
VarContext context,
HierarchyEnumerator.Visitor visitor,
Netlist.ShortResistors shortResistors)
|
static void |
HierarchyEnumerator.enumerateCell(Netlist rootNetlist,
VarContext context,
HierarchyEnumerator.Visitor visitor)
|
static void |
HierarchyEnumerator.enumerateCell(Netlist rootNetlist,
VarContext context,
HierarchyEnumerator.Visitor visitor,
boolean caching)
Experimental. |
Constructors in com.sun.electric.database.hierarchy with parameters of type VarContext | |
---|---|
HierarchyEnumerator.NameProxy(VarContext context,
java.lang.String sep)
|
|
HierarchyEnumerator.NetNameProxy(VarContext context,
java.lang.String sep,
Network net)
|
|
HierarchyEnumerator.NodableNameProxy(VarContext context,
java.lang.String sep,
Nodable node)
|
Uses of VarContext in com.sun.electric.database.topology |
---|
Methods in com.sun.electric.database.topology with parameters of type VarContext | |
---|---|
PrimitiveNodeSize |
NodeInst.getNodeInstSize(VarContext context)
Method to return the size of this NodeInst in terms of width and height/length depending on the type of primitive. |
PrimitiveNodeSize |
NodeInst.getPrimitiveDependentNodeSize(VarContext context)
Method to return the size of this PrimitiveNode-dependend NodeInst like transistors and resistors. |
TransistorSize |
NodeInst.getTransistorSize(VarContext context)
Method to return the size of this transistor NodeInst. |
Uses of VarContext in com.sun.electric.database.variable |
---|
Fields in com.sun.electric.database.variable declared as VarContext | |
---|---|
static VarContext |
VarContext.globalContext
The blank VarContext that is the parent of all VarContext chains. |
Methods in com.sun.electric.database.variable that return VarContext | |
---|---|
VarContext |
EvalJavaBsh.getCurrentContext()
See what the current context of eval is. |
VarContext |
EditWindow_.getVarContext()
Get the window's VarContext |
VarContext |
EditWindow0.getVarContext()
Get the window's VarContext |
VarContext |
VarContext.pop()
get the VarContext that existed before you called push on it. |
VarContext |
VarContext.push(Nodable ni)
get a new VarContext that consists of the current VarContext with the given NodeInst pushed onto the stack |
VarContext |
VarContext.pushCaching(Nodable ni)
Push a new level onto the VarContext stack. |
VarContext |
VarContext.removeParentContext(int levels)
Remove N levels of parent context from this VarContext. |
Methods in com.sun.electric.database.variable with parameters of type VarContext | |
---|---|
java.lang.String |
Variable.describe(int aindex,
VarContext context,
java.lang.Object eobj)
Method to return a String describing this Variable. |
java.lang.String |
Variable.describe(VarContext context,
java.lang.Object eobj)
Method to return a description of this Variable. |
protected java.lang.Object |
EvalJavaBsh.evalVarObject(CodeExpression ce,
VarContext context,
java.lang.Object info)
Evaluate Object as if it were a String containing java code. |
static void |
VarContext.printException(VarContext.EvalException e,
Variable var,
VarContext context,
java.lang.Object info)
|
Uses of VarContext in com.sun.electric.plugins.j3d |
---|
Methods in com.sun.electric.plugins.j3d with parameters of type VarContext | |
---|---|
void |
View3DWindow.setCell(Cell cell,
VarContext context,
WindowFrame.DisplayAttributes da)
|
Uses of VarContext in com.sun.electric.technology |
---|
Methods in com.sun.electric.technology with parameters of type VarContext | |
---|---|
PrimitiveNodeSize |
Technology.getResistorSize(NodeInst ni,
VarContext context)
Method to return the size of a resistor-type NodeInst in this Technology. |
TransistorSize |
Technology.getTransistorSize(NodeInst ni,
VarContext context)
Method to return the size of a transistor NodeInst in this Technology. |
Uses of VarContext in com.sun.electric.technology.technologies |
---|
Methods in com.sun.electric.technology.technologies with parameters of type VarContext | |
---|---|
PrimitiveNodeSize |
Schematics.getResistorSize(NodeInst ni,
VarContext context)
Method to return the size of a resistor-type NodeInst in this Technology. |
TransistorSize |
Schematics.getTransistorSize(NodeInst ni,
VarContext context)
Method to return the size of a transistor NodeInst in this Technology. |
Uses of VarContext in com.sun.electric.tool.extract |
---|
Methods in com.sun.electric.tool.extract that return VarContext | |
---|---|
VarContext |
GeometrySearch.GeometrySearchResult.getContext()
|
Methods in com.sun.electric.tool.extract with parameters of type VarContext | |
---|---|
static java.util.List<java.lang.Object> |
ParasiticTool.calculateParasistic(ParasiticGenerator tool,
Cell cell,
VarContext context)
|
java.lang.String |
GeometrySearch.GeometrySearchResult.getInstPath(VarContext vc)
Return the concatenation of all instances names left to right from the root to the leaf. |
Uses of VarContext in com.sun.electric.tool.generator.layout |
---|
Methods in com.sun.electric.tool.generator.layout with parameters of type VarContext | |
---|---|
static java.util.Map<Nodable,Cell> |
GateLayoutGenerator.generateLayoutFromSchematics(Library outLib,
Cell cell,
VarContext context,
StdCellParams stdCell,
boolean topLevelOnly)
Generate layout cells from a heirarchical traversal of the schematic cell |
static double |
StdCellParams.getSize(NodeInst iconInst,
VarContext context)
|
static Cell |
SchemToLay.makePart(Cell schem,
VarContext context,
java.util.HashMap<java.lang.String,java.lang.Object> exportTrackAssign,
StdCellParams stdCell)
Read a Gasp cell schematic and produce the layout for it. |
static Cell |
SchemToLay.makePart(Cell schem,
VarContext context,
StdCellParams stdCell)
Read a Gasp cell schematic and produce the layout for it. |
static Cell |
KeeperLow.makePart(Cell schem,
VarContext context,
StdCellParams stdCell)
|
static Cell |
KeeperHigh.makePart(Cell schem,
VarContext context,
StdCellParams stdCell)
|
Uses of VarContext in com.sun.electric.tool.generator.sclibrary |
---|
Methods in com.sun.electric.tool.generator.sclibrary that return types with arguments of type VarContext | |
---|---|
java.util.List<VarContext> |
SCLibraryGen.StandardCellHierarchy.getStandardCellsContextsInHier()
|
Uses of VarContext in com.sun.electric.tool.io |
---|
Methods in com.sun.electric.tool.io with parameters of type VarContext | |
---|---|
Output |
IOTool.SkillPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Uses of VarContext in com.sun.electric.tool.io.output |
---|
Methods in com.sun.electric.tool.io.output with parameters of type VarContext | |
---|---|
Output |
Maxwell.MaxwellPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
LEF.LEFPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
Tegas.TegasPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
PostScript.PostScriptPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
IRSIM.IRSIMPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
ArchSim.ArchSimPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
Spice.SpicePreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
FastHenry.FastHenryPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
Pads.PadsPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
HPGL.HPGLPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
DXF.DXFPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
L.LPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
CIF.CIFPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
PAL.PALPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
Silos.SilosPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
abstract Output |
Output.OutputPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
ECAD.ECADPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
Eagle.EaglePreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
GDS.GDSPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
MOSSIM.MOSSIMPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
Sim.SimPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
Verilog.VerilogPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
Output |
EDIF.EDIFPreferences.doOutput(Cell cell,
VarContext context,
java.lang.String filePath)
|
static void |
Output.exportCellCommand(Cell cell,
VarContext context,
java.lang.String fileP,
FileType type,
java.util.List<PolyBase> override)
This is the non-interactive version of exportCellCommand |
static java.util.List<java.lang.Object> |
IRSIM.getIRSIMComponents(Cell cell,
VarContext context)
The main entry point for IRSIM extraction. |
protected java.lang.String |
Spice.parameterizedName(Nodable no,
VarContext context)
Method to create a parameterized name for node instance "ni". |
protected java.lang.String |
Topology.parameterizedName(Nodable no,
VarContext context)
Method to create a parameterized name for node instance "ni". |
protected boolean |
Output.writeCell(Cell cell,
VarContext context)
Method to write a cell. |
boolean |
Geometry.writeCell(Cell cell,
VarContext context)
Write cell to file |
boolean |
Topology.writeCell(Cell cell,
VarContext context)
Write cell to file |
boolean |
Geometry.writeCell(Cell cell,
VarContext context,
Geometry.Visitor visitor)
Write cell to file |
boolean |
Topology.writeCell(Cell cell,
VarContext context,
Topology.Visitor visitor)
Write cell to file |
protected void |
Tegas.writeCellTopology(Cell cell,
Topology.CellNetInfo cni,
VarContext context,
Topology.MyCellInfo info)
Method to write cellGeom |
protected void |
Spice.writeCellTopology(Cell cell,
Topology.CellNetInfo cni,
VarContext context,
Topology.MyCellInfo info)
Method called by traversal mechanism to write one level of hierarchy in the Spice netlist. |
protected void |
Silos.writeCellTopology(Cell cell,
Topology.CellNetInfo cni,
VarContext context,
Topology.MyCellInfo info)
Method to write cellGeom |
protected abstract void |
Topology.writeCellTopology(Cell cell,
Topology.CellNetInfo cni,
VarContext context,
Topology.MyCellInfo info)
Abstract method to write CellGeom to disk |
protected void |
GenerateVHDL.writeCellTopology(Cell cell,
Topology.CellNetInfo cni,
VarContext context,
Topology.MyCellInfo info)
Method to write one level of hierarchy. |
protected void |
MOSSIM.writeCellTopology(Cell cell,
Topology.CellNetInfo cni,
VarContext context,
Topology.MyCellInfo info)
Method to write cellGeom |
protected void |
Verilog.writeCellTopology(Cell cell,
Topology.CellNetInfo cni,
VarContext context,
Topology.MyCellInfo info)
Method to write cellGeom |
protected void |
EDIF.writeCellTopology(Cell cell,
Topology.CellNetInfo cni,
VarContext context,
Topology.MyCellInfo info)
Build up lists of cells that need to be written, organized by library |
protected void |
FastHenry.writeFH(Cell cell,
VarContext context)
|
Uses of VarContext in com.sun.electric.tool.logicaleffort |
---|
Fields in com.sun.electric.tool.logicaleffort declared as VarContext | |
---|---|
protected VarContext |
LENodable.context
|
Methods in com.sun.electric.tool.logicaleffort that return VarContext | |
---|---|
protected VarContext |
Instance.getContext()
Get VarContext |
Methods in com.sun.electric.tool.logicaleffort with parameters of type VarContext | |
---|---|
protected LENodable |
LENodable.createUniqueInstance(VarContext context,
LENetwork outputNetwork,
float mfactor,
float su,
LENetlister.NetlisterConstants constants)
Factory method to create a copy of this Nodable with the context-relevant info evaluated. |
Cell |
LETool.UniqueNodeMap.get(VarContext context)
|
static LEInst.Type |
LEInst.getType(Nodable no,
VarContext context)
Get the LENodable type of this Nodable. |
protected boolean |
LENetlister.isSettingsConflict(LENetlister.NetlisterConstants current,
Cell topLevelCell,
VarContext context,
Cell localCell)
This checks for LE settings in the cell, and returns true if they conflict. |
abstract boolean |
LENetlister.netlist(Cell cell,
VarContext context,
boolean useCaching)
Call to start netlisting. |
boolean |
LENetlister2.netlist(Cell cell,
VarContext context,
boolean useCaching)
|
boolean |
LENetlister1.netlist(Cell cell,
VarContext context,
boolean useCaching)
|
void |
LETool.optimizeEqualGateDelays(Cell cell,
VarContext context,
boolean newAlg)
Optimizes a Cell containing logical effort gates for equal gate delays. |
abstract boolean |
LENetlister.printResults(Nodable no,
VarContext context)
print the results for the Nodable |
boolean |
LENetlister2.printResults(Nodable no,
VarContext context)
|
boolean |
LENetlister1.printResults(Nodable no,
VarContext context)
|
static void |
LETool.printResults(Nodable no,
VarContext context)
Prints results of a sizing job for a Nodable. |
void |
LETool.UniqueNodeMap.put(VarContext context,
Cell cell)
|
protected void |
Instance.setContext(VarContext context)
Set VarContext |
protected boolean |
LENodable.setOnlyContext(VarContext context,
LENetwork outputNetwork,
float mfactor,
float su,
LENetlister.NetlisterConstants constants)
Set the only context of this LENodable. |
Method parameters in com.sun.electric.tool.logicaleffort with type arguments of type VarContext | |
---|---|
abstract void |
LENetlister.getSizes(java.util.List<java.lang.Float> sizes,
java.util.List<java.lang.String> varNames,
java.util.List<NodeInst> nodes,
java.util.List<VarContext> contexts)
Get the sizes and associated variable names to store on the top level cell |
void |
LENetlister2.getSizes(java.util.List<java.lang.Float> sizes,
java.util.List<java.lang.String> varNames,
java.util.List<NodeInst> nodes,
java.util.List<VarContext> contexts)
Updates the size of all Logical Effort gates |
void |
LENetlister1.getSizes(java.util.List<java.lang.Float> sizes,
java.util.List<java.lang.String> varNames,
java.util.List<NodeInst> nodes,
java.util.List<VarContext> contexts)
|
Constructors in com.sun.electric.tool.logicaleffort with parameters of type VarContext | |
---|---|
LETool.AnalyzeCell(LESizer.Alg algorithm,
Cell cell,
VarContext context,
boolean newAlg)
|
Uses of VarContext in com.sun.electric.tool.ncc |
---|
Methods in com.sun.electric.tool.ncc that return VarContext | |
---|---|
VarContext[] |
NccGlobalsReportable.getRootContexts()
|
VarContext[] |
NccGlobals.getRootContexts()
get an array of VarContexts, one per netlist |
Methods in com.sun.electric.tool.ncc with parameters of type VarContext | |
---|---|
static NccResult |
NccEngine.buildBlackBoxes(Cell cell1,
VarContext ctxt1,
Cell cell2,
VarContext ctxt2,
HierarchyInfo hierInfo,
NccOptions options,
Aborter aborter)
Instead of checking to see if two cells are topologically equivalent, simply pretend that we've already compared them and found them to match. |
static NccResult |
NccEngine.compare(Cell cell1,
VarContext context1,
Cell cell2,
VarContext context2,
HierarchyInfo hierInfo,
NccOptions options,
Aborter aborter)
Check to see if two cells are topologically equivalent. |
static NccResults |
Ncc.compare(Cell cell1,
VarContext ctxt1,
Cell cell2,
VarContext ctxt2,
NccOptions options)
Compare two cells. |
static NccResults |
Ncc.compare(Cell cell1,
VarContext ctxt1,
Cell cell2,
VarContext ctxt2,
PassedNcc passed,
NccOptions options,
Job job)
Compare two cells. |
static NccResults |
Pie.invokePieNccCompare(Cell c1,
VarContext v1,
Cell c2,
VarContext v2,
NccOptions opt,
PIEOptions pOpt)
|
static void |
NccCrossProbing.runNccSchematicCrossProbing(Cell cell,
VarContext context)
Run NCC in order to display layout simulation waveforms from a schematic. |
Method parameters in com.sun.electric.tool.ncc with type arguments of type VarContext | |
---|---|
static NccResult |
NccEngine.compare(java.util.List<Cell> cells,
java.util.List<VarContext> contexts,
HierarchyInfo hierCompInfo,
NccOptions options,
Aborter aborter)
Check to see if all cells are topologically equivalent. |
Uses of VarContext in com.sun.electric.tool.ncc.basic |
---|
Fields in com.sun.electric.tool.ncc.basic declared as VarContext | |
---|---|
VarContext |
CellContext.context
|
Constructors in com.sun.electric.tool.ncc.basic with parameters of type VarContext | |
---|---|
CellContext(Cell cell,
VarContext context)
|
Uses of VarContext in com.sun.electric.tool.ncc.netlist |
---|
Methods in com.sun.electric.tool.ncc.netlist that return VarContext | |
---|---|
VarContext |
NccNameProxy.getContext()
|
VarContext |
NccNetlist.getRootContext()
|
Constructors in com.sun.electric.tool.ncc.netlist with parameters of type VarContext | |
---|---|
NccNetlist(Cell root,
VarContext context,
HierarchyInfo hierInfo,
boolean blackBox,
NccGlobals globals)
Build a netlist for Cell root. |
Uses of VarContext in com.sun.electric.tool.ncc.result |
---|
Methods in com.sun.electric.tool.ncc.result that return VarContext | |
---|---|
VarContext[] |
NccResult.getRootContexts()
return array of the VarContexts for the top-level Cells begin compared |
Uses of VarContext in com.sun.electric.tool.ncc.result.equivalence |
---|
Methods in com.sun.electric.tool.ncc.result.equivalence with parameters of type VarContext | |
---|---|
HierarchyEnumerator.NetNameProxy |
Equivalence.findEquivalentNet(VarContext vc,
Network net)
Given a Network in one design, return the matching network in the other design. |
HierarchyEnumerator.NetNameProxy |
Equivalence.findEquivalentNetShortingResistors(VarContext vc,
Network net)
Given a Network in one design, return the matching network in the other design. |
HierarchyEnumerator.NodableNameProxy |
Equivalence.findEquivalentNode(VarContext vc,
Nodable node)
Given a Nodable in one design, return the matching Nodable in the other design. |
Constructors in com.sun.electric.tool.ncc.result.equivalence with parameters of type VarContext | |
---|---|
Equivalence(HierarchyEnumerator.NetNameProxy[][] equivNets,
HierarchyEnumerator.NodableNameProxy[][] equivNodes,
Cell[] nccRootCells,
VarContext[] nccRootCtxts)
|
Uses of VarContext in com.sun.electric.tool.simulation |
---|
Methods in com.sun.electric.tool.simulation with parameters of type VarContext | |
---|---|
static void |
Simulation.runIRSIM(Cell cell,
VarContext context,
java.lang.String fileName)
Method to run the IRSIM simulator on a given cell, context or file. |
Uses of VarContext in com.sun.electric.tool.user |
---|
Methods in com.sun.electric.tool.user with parameters of type VarContext | |
---|---|
void |
ErrorLogger.logError(java.lang.String message,
Geometric geom,
Cell cell,
VarContext context,
int sortKey)
Factory method to log an error message. |
void |
ErrorLogger.logWarning(java.lang.String message,
Export pp,
Cell cell,
VarContext context,
int sortKey)
Factory method to log a warning message. |
void |
ErrorLogger.logWarning(java.lang.String message,
Geometric geom,
Cell cell,
VarContext context,
int sortKey)
Factory method to log a warning message. |
static ErrorHighlight |
ErrorHighlight.newInstance(VarContext cont,
Geometric geom)
|
Constructors in com.sun.electric.tool.user with parameters of type VarContext | |
---|---|
ViewChanges.MakeLayoutView(Cell oldCell,
Technology oldTech,
Technology newTech,
Library stdCellLib,
VarContext context,
java.lang.String newLibName)
|
Uses of VarContext in com.sun.electric.tool.user.ncc |
---|
Fields in com.sun.electric.tool.user.ncc declared as VarContext | |
---|---|
protected VarContext |
ExportConflict.context
Conflict Cell |
protected VarContext[] |
ExportMismatch.contexts
Conetexts |
Methods in com.sun.electric.tool.user.ncc that return VarContext | |
---|---|
VarContext |
UnrecognizedPart.getContext()
|
VarContext |
ExportConflict.getContext()
|
VarContext |
ExportAssertionFailures.getContext()
|
VarContext |
ExportMismatch.getContext(int index)
Get Context with the given design index. |
VarContext[] |
NccGuiInfo.getContexts()
This method returns an array of two cell contexts |
Methods in com.sun.electric.tool.user.ncc with parameters of type VarContext | |
---|---|
void |
NccGuiInfo.addExportAssertionFailure(Cell cell,
VarContext context,
java.lang.Object[][] items,
java.lang.String[][] names)
|
static Highlighter |
HighlightTools.getHighlighter(Cell cell,
VarContext context)
|
void |
ExportMismatch.setContexts(VarContext cnxt1,
VarContext cnxt2)
Set Contexts of the compared Cells (designs). |
Constructors in com.sun.electric.tool.user.ncc with parameters of type VarContext | |
---|---|
ExportAssertionFailures(Cell cell,
VarContext context,
java.lang.Object[][] items,
java.lang.String[][] names)
|
|
ExportConflict.CharactConflict(Cell cel,
VarContext con,
java.lang.String nm,
java.lang.String gType,
java.lang.String lType,
Export exp)
|
|
ExportConflict.NetworkConflict(Cell cel,
VarContext con,
java.lang.String nm,
Network lNet,
Network gNet)
|
|
ExportConflict(Cell cel,
VarContext con,
java.lang.String nm)
|
|
UnrecognizedPart(Cell cel,
VarContext con,
java.lang.String nm,
NodeInst inst)
|
Uses of VarContext in com.sun.electric.tool.user.redisplay |
---|
Methods in com.sun.electric.tool.user.redisplay with parameters of type VarContext | |
---|---|
void |
PixelDrawing.printImage(double scale,
java.awt.geom.Point2D offset,
Cell cell,
VarContext varContext,
GraphicsPreferences gp)
This is the entry point for rendering. |
Uses of VarContext in com.sun.electric.tool.user.ui |
---|
Methods in com.sun.electric.tool.user.ui that return VarContext | |
---|---|
VarContext |
WindowFrame.CellHistory.getContext()
|
VarContext |
EditWindow.getVarContext()
Get the window's VarContext |
Methods in com.sun.electric.tool.user.ui with parameters of type VarContext | |
---|---|
void |
WindowFrame.addToHistory(Cell cell,
VarContext context,
WindowFrame.DisplayAttributes da)
Adds to cellHistory record list. |
int |
WindowFrame.findCellHistoryIndex(Cell cell,
VarContext context)
Method to find a CellHistory index that shows a given cell and context. |
void |
TextWindow.setCell(Cell cell,
VarContext context,
WindowFrame.DisplayAttributes displayAttributes)
Method to set the cell that is shown in the window to "cell". |
void |
EditWindow.setCell(Cell cell,
VarContext context,
WindowFrame.DisplayAttributes displayAttributes)
Method to set the cell that is shown in the window to "cell". |
void |
WindowContent.setCell(Cell cell,
VarContext context,
WindowFrame.DisplayAttributes displayAttributes)
|
void |
WindowFrame.CellHistory.setContext(VarContext context)
|
static EditWindow |
EditWindow.showEditWindowForCell(Cell c,
VarContext varC)
Method to bring to the front a WindowFrame associated to a given Cell. |
Uses of VarContext in com.sun.electric.tool.user.waveform |
---|
Methods in com.sun.electric.tool.user.waveform that return VarContext | |
---|---|
VarContext |
WaveformWindow.Locator.getContext()
Method to return the context of all signals in the EditWindow given to the constructor. |
Methods in com.sun.electric.tool.user.waveform with parameters of type VarContext | |
---|---|
java.util.List<Signal> |
WaveformWindow.findAllSignals(Cell cell,
VarContext context,
boolean sort,
boolean recurse)
Test signal lookup |
static java.lang.String |
WaveformWindow.getSpiceNetName(VarContext context,
Network net)
Get the spice net name associated with the network and the context. |
static java.lang.String |
WaveformWindow.getSpiceNetName(VarContext context,
Network net,
boolean assuraRCXFormat,
boolean starRCXTFormat)
Get the spice net name associated with the network and the context. |
void |
WaveformWindow.removeSignals(java.util.Set<Network> nets,
VarContext context)
Method to remove a set of Networks from the waveform display. |
void |
WaveformWindow.setCell(Cell cell,
VarContext context,
WindowFrame.DisplayAttributes displayAttributes)
|
void |
WaveformWindow.showSignals(Highlighter h,
VarContext context,
boolean newPanel)
Method to add a selection to the waveform display. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |