|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueIteratorSource
The ValueIteratorSource lets a language object that needs a ValueIterator hold this reference to the source of the ValueIterator as a reference until the ValueIterator can be ready.
Method Summary | |
---|---|
ValueIterator |
getValueIterator(Expression valueExpression)
Attempt to obtain a ValueIterator from this source. |
boolean |
isReady()
Check whether the source is ready to provide valid iterators |
Method Detail |
---|
ValueIterator getValueIterator(Expression valueExpression)
valueExpression
- The expression we are retrieving an iterator for
boolean isReady()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |