public class ContextMapperPDAUtil
extends org.eclipse.xtext.util.formallang.PdaUtil
org.eclipse.xtext.util.formallang.PdaUtil.CyclicStackItem<T>, org.eclipse.xtext.util.formallang.PdaUtil.CyclicStackTraverser<S,P>, org.eclipse.xtext.util.formallang.PdaUtil.HashStack<T>, org.eclipse.xtext.util.formallang.PdaUtil.Identity<T>, org.eclipse.xtext.util.formallang.PdaUtil.IsPop<S,P>, org.eclipse.xtext.util.formallang.PdaUtil.StackItem<T>, org.eclipse.xtext.util.formallang.PdaUtil.TraceItem<S,P>, org.eclipse.xtext.util.formallang.PdaUtil.TraversalItem<S,R>
Constructor and Description |
---|
ContextMapperPDAUtil() |
Modifier and Type | Method and Description |
---|---|
<S,P,E,T,D extends org.eclipse.xtext.util.formallang.Pda<S,P>> |
create(org.eclipse.xtext.util.formallang.Cfg<E,T> cfg,
org.eclipse.xtext.util.formallang.FollowerFunction<E> ff,
org.eclipse.xtext.util.formallang.PdaFactory<D,S,P,? super E> fact) |
canReach, clone, collectPopsAndPushs, collectReachable, create, create, createStack, distanceTo, expand, filter, filterEdges, filterEdges, filterOrphans, filterUnambiguousPaths, filterUnambiguousPaths, mapPopAndPush, newItem, shortestPathTo, shortestPathTo, shortestPathTo, shortestPathTo, shortestPathTo, shortestPathToFinalState, shortestStackpruningPathTo, shortestStackpruningPathTo, shortestStackpruningPathTo, shortestStackpruningPathTo, trace, traceToWithPruningStack
public <S,P,E,T,D extends org.eclipse.xtext.util.formallang.Pda<S,P>> D create(org.eclipse.xtext.util.formallang.Cfg<E,T> cfg, org.eclipse.xtext.util.formallang.FollowerFunction<E> ff, org.eclipse.xtext.util.formallang.PdaFactory<D,S,P,? super E> fact)
create
in class org.eclipse.xtext.util.formallang.PdaUtil