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