public class SingleNodeIterator extends NodeIterator
| Modifier and Type | Field and Description |
|---|---|
static SingleNodeIterator |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
void |
advance() |
PsiElement |
current() |
boolean |
hasNext() |
static SingleNodeIterator |
newSingleNodeIterator(PsiElement node) |
void |
reset() |
void |
rewind() |
clone, rewind, rewindTopublic static final SingleNodeIterator EMPTY
public static SingleNodeIterator newSingleNodeIterator(PsiElement node)
public boolean hasNext()
hasNext in class NodeIteratorpublic PsiElement current()
current in class NodeIteratorpublic void advance()
advance in class NodeIteratorpublic void rewind()
rewind in class NodeIteratorpublic void reset()
reset in class NodeIterator