|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jmlspecs.jmlunit.strategies.IntAbstractStrategy
org.jmlspecs.jmlunit.strategies.IntCompositeStrategy
A composition of several IntStrategys
CompositeIterator| Field Summary | |
private IntStrategyType[] |
strats
The indefinite iterators being concatenated. |
| Constructor Summary | |
IntCompositeStrategy(IntStrategyType s)
Initialize this composite to return the iterator given by the given argument strategy. |
|
IntCompositeStrategy(IntStrategyType s1,
IntStrategyType s2)
Initialize this composite to return the iterator given by the given argument strategies, in order. |
|
IntCompositeStrategy(IntStrategyType[] strats)
Initialize this composite to return the iterator given by the given argument strategies, in order. |
|
| Method Summary | |
IntIterator |
intIterator()
Compute a fresh IntIterator, which can be used to provide test data of type int. |
| Methods inherited from class org.jmlspecs.jmlunit.strategies.IntAbstractStrategy |
iterator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private IntStrategyType[] strats
| Constructor Detail |
public IntCompositeStrategy(IntStrategyType s)
public IntCompositeStrategy(IntStrategyType s1,
IntStrategyType s2)
public IntCompositeStrategy(IntStrategyType[] strats)
| Method Detail |
public IntIterator intIterator()
IntStrategyType
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||