public class ObjectCache
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private StateMatcher |
sm |
| Constructor and Description |
|---|
ObjectCache(StateMatcher sm) |
| Modifier and Type | Method and Description |
|---|---|
void |
setActiveFlags(ExecutableSequence eseq,
int i)
Put the ith value created by the given sequence in this object cache.
|
private StateMatcher sm
public ObjectCache(StateMatcher sm)
public void setActiveFlags(ExecutableSequence eseq, int i)
eseq - the sequence that creates valuesi - the index of the value to put in this cache