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

org.semanticweb.owlapi.functional.parser.TokenManager Maven / Gradle / Ivy

There is a newer version: 5.5.0
Show newest version
/* Generated By:JavaCC: Do not edit this line. TokenManager.java Version 6.0 */
/* JavaCCOptions:SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package org.semanticweb.owlapi.functional.parser;

/**
 * An implementation for this interface is generated by JavaCCParser. The user
 * is free to use any implementation of their choice.
 */
@SuppressWarnings("javadoc")
interface TokenManager {

    /**
     * This gets the next token from the input stream. A token of kind 0 (EOF)
     * should be returned on EOF.
     */
    public Token getNextToken();
}
/* JavaCC - OriginalChecksum=d32d17522d6c3c7dc5ccb5e07a728575 (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy