| Package | Description |
|---|---|
| org.eclipse.xtext.util.formallang |
| Modifier and Type | Field and Description |
|---|---|
protected PdaUtil.TraceItem<S,P> |
PdaUtil.TraceItem.parent |
| Modifier and Type | Method and Description |
|---|---|
protected <S,P> PdaUtil.TraceItem<S,P> |
PdaUtil.trace(Pda<S,P> pda,
Iterable<S> starts,
Iterator<P> stack,
com.google.common.base.Predicate<S> matches,
com.google.common.base.Predicate<S> canPass) |
protected <S,P> PdaUtil.TraceItem<S,P> |
PdaUtil.traceToWithPruningStack(Pda<S,P> pda,
Iterable<S> starts,
Iterator<P> stack,
com.google.common.base.Predicate<S> matches,
com.google.common.base.Predicate<S> canPass) |
| Constructor and Description |
|---|
PdaUtil.TraceItem(PdaUtil.TraceItem<S,P> parent,
S state,
PdaUtil.StackItem<P> stackitem) |
Copyright © 2015. All Rights Reserved.