All Downloads are FREE. Search and download functionalities are using the official Maven repository.

prerna.sablecc2.lexer.IPushbackReader Maven / Gradle / Ivy

The newest version!
/* This file was generated by SableCC (http://www.sablecc.org/). */

package prerna.sablecc2.lexer;

import java.io.*;

@SuppressWarnings("serial")
public interface IPushbackReader
{
    public int read() throws IOException;
    public void unread(int c) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy