org.semanticweb.owlapi.functional.parser.TokenManager Maven / Gradle / Ivy
/* 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) */