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

org.jruby.parser.ParserState Maven / Gradle / Ivy

package org.jruby.parser;

import org.jruby.lexer.yacc.RubyYaccLexer;

public interface ParserState {
    public Object execute(ParserSupport support, RubyYaccLexer lexer, Object yyVal, Object[] yyVals, int yyTop);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy