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

org.anarres.graphviz.parser.lexer.LexerInterface Maven / Gradle / Ivy

There is a newer version: 1.0.12
Show newest version
package org.anarres.graphviz.parser.lexer;
import java.io.*;
import org.anarres.graphviz.parser.node.*;
public interface LexerInterface {
    public Token peek() throws LexerException, IOException;
    public Token next() throws LexerException, IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy