| Package | Description |
|---|---|
| org.eclipse.xtext.util |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractLinkedStack.Element<T> |
AbstractLinkedStack.Element.parent |
protected AbstractLinkedStack.Element<ELEMENT> |
AbstractLinkedStack.top |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractLinkedStack.Element<ELEMENT> |
AbstractLinkedStack.createElement(AbstractLinkedStack.Element<ELEMENT> parent,
ELEMENT value) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractLinkedStack.Element<ELEMENT> |
AbstractLinkedStack.createElement(AbstractLinkedStack.Element<ELEMENT> parent,
ELEMENT value) |
| Constructor and Description |
|---|
AbstractLinkedStack.Element(AbstractLinkedStack.Element<T> parent,
T value) |
Copyright © 2015. All Rights Reserved.