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