| Package | Description |
|---|---|
| org.eclipse.xtext.nodemodel | |
| org.eclipse.xtext.nodemodel.impl | |
| org.eclipse.xtext.nodemodel.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BidiTreeIterator<T>
A
bidirectional tree iterator. |
| Modifier and Type | Method and Description |
|---|---|
BidiIterator<T> |
BidiIterable.iterator()
Returns an iterator that can be used forwards and backwards.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicNodeIterator |
class |
BasicNodeTreeIterator |
| Modifier and Type | Method and Description |
|---|---|
BidiIterator<AbstractNode> |
BasicNodeIterable.iterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyBidiIterator<T> |
class |
NodeIterator |
class |
NodeTreeIterator |
class |
ReversedBidiIterator<T> |
class |
ReversedBidiTreeIterator<T> |
class |
SingletonBidiIterator<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> BidiIterator<T> |
SingletonBidiIterator.create(T t) |
protected BidiIterator<T> |
ReversedBidiIterator.getDelegate() |
static <T> BidiIterator<T> |
EmptyBidiIterator.instance() |
BidiIterator<T> |
SingletonBidiIterable.iterator() |
BidiIterator<T> |
ReversedBidiIterable.iterator() |
BidiIterator<INode> |
NodeIterable.iterator() |
BidiIterator<T> |
EmptyBidiIterable.iterator() |
| Constructor and Description |
|---|
ReversedBidiIterator(BidiIterator<T> delegate) |
Copyright © 2015. All Rights Reserved.