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

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

The newest version!
/* Generated By:JavaCC: Do not edit this line. TokenManager.java Version 7.0 */
/* JavaCCOptions:SUPPORT_CLASS_VISIBILITY_PUBLIC=false */
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("all")
interface TokenManager {

  /** This gets the next token from the input stream.
   *  A token of kind 0 () should be returned on EOF.
   */
  public Token getNextToken();

}
/* JavaCC - OriginalChecksum=048cfa5afa092d83f896d8bf31815e70 (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy