2 package net.pterodactylus.sone.text;
5 * Context for the {@link Parser}. This interface needs to be implemented by
6 * {@link Parser}s that need to provide more information than just the text to
7 * parse to {@link Parser#parse(ParserContext, java.io.Reader)}.
9 * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
11 public interface ParserContext {