net.sf.japaki.text
Interface PathTracker

All Known Implementing Classes:
ParseReader, ParseWriter, ReaderWithPosition, WriterWithPosition

public interface PathTracker

Interface to mark classes that provide a parser path.


Method Summary
 Deque<Parser> getPath()
          Returns the path of parsers in the parser network.
 

Method Detail

getPath

Deque<Parser> getPath()
Returns the path of parsers in the parser network.

Returns:
the path of parsers in the parser network.