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