Class orion.editor.FindIterator
This object represents a find occurrences iterator.
See:
orion.editor.TextModel#find
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/textModel.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
Determines whether there are more occurrences in the iterator.
|
|
Returns the next matched range {start,end} in the iterator.
|
Field Detail
{Function}
hasNext
Determines whether there are more occurrences in the iterator.
{Function}
next
Returns the next matched range {start,end} in the iterator.