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

com.obdobion.argument.input.IParserInput Maven / Gradle / Ivy

There is a newer version: 4.3.8
Show newest version
package com.obdobion.argument.input;

/**
 * @author Chris DeGreef
 * 
 */
public interface IParserInput {

    public Token[] parseTokens ();

    public String substring (int inclusiveStart, int exclusiveEnd);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy