org.eclipse.xtext.util.formallang
Interface Traverser<G extends DirectedGraph<S>,S,R>

All Known Implementing Classes:
ContextTypePDAProvider.TypeFilter

public interface Traverser<G extends DirectedGraph<S>,S,R>

Author:
Moritz Eysholdt - Initial contribution and API

Method Summary
 R enter(G graph, S state, R previous)
           
 

Method Detail

enter

R enter(G graph,
        S state,
        R previous)