Package randoop.generation
Class ObjectCache
- java.lang.Object
-
- randoop.generation.ObjectCache
-
public class ObjectCache extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private StateMatcher
sm
-
Constructor Summary
Constructors Constructor Description ObjectCache(StateMatcher sm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setActiveFlags(ExecutableSequence eseq, int i)
Put the ith value created by the given sequence in this object cache.
-
-
-
Field Detail
-
sm
private StateMatcher sm
-
-
Constructor Detail
-
ObjectCache
public ObjectCache(StateMatcher sm)
-
-
Method Detail
-
setActiveFlags
public void setActiveFlags(ExecutableSequence eseq, int i)
Put the ith value created by the given sequence in this object cache.- Parameters:
eseq
- the sequence that creates valuesi
- the index of the value to put in this cache
-
-