| Package | Description |
|---|---|
| org.eclipse.xtext.util.formallang |
| Modifier and Type | Field and Description |
|---|---|
protected PdaUtil.StackItem<T> |
PdaUtil.StackItem.parent |
protected PdaUtil.StackItem<P> |
PdaUtil.TraceItem.stackitem |
| Modifier and Type | Method and Description |
|---|---|
protected <T> PdaUtil.StackItem<T> |
PdaUtil.createStack(Iterator<T> stack) |
PdaUtil.StackItem<T> |
PdaUtil.StackItem.pop() |
PdaUtil.StackItem<T> |
PdaUtil.StackItem.push(T value) |
| Constructor and Description |
|---|
PdaUtil.StackItem(PdaUtil.StackItem<T> parent,
T value) |
PdaUtil.TraceItem(PdaUtil.TraceItem<S,P> parent,
S state,
PdaUtil.StackItem<P> stackitem) |
Copyright © 2015. All Rights Reserved.