com.sun.electric.tool.ncc.basic
Class CellContext

java.lang.Object
  extended by com.sun.electric.tool.ncc.basic.CellContext
All Implemented Interfaces:
java.io.Serializable

public class CellContext
extends java.lang.Object
implements java.io.Serializable

A CellContext contains a Cell and a VarContext for evaluating the variables in the Cell.

See Also:
Serialized Form

Field Summary
 Cell cell
           
 VarContext context
           
 
Constructor Summary
CellContext(Cell cell, VarContext context)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cell

public final Cell cell

context

public final VarContext context
Constructor Detail

CellContext

public CellContext(Cell cell,
                   VarContext context)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object