public class CellContext
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
Cell |
cell |
VarContext |
context |
Constructor and Description |
---|
CellContext(Cell cell,
VarContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public final Cell cell
public final VarContext context
public CellContext(Cell cell, VarContext context)