/* This file was generated by SableCC (http://www.sablecc.org/). */ package org.uva.student.calinwouter.qlqls.generated.lexer; import java.io.*; @SuppressWarnings("serial") public interface IPushbackReader { public int read() throws IOException; public void unread(int c) throws IOException; }