
org.jruby.parser.ParserState Maven / Gradle / Ivy
package org.jruby.parser;
import org.jruby.lexer.yacc.RubyLexer;
public interface ParserState {
Object execute(ParserSupport support, RubyLexer lexer, Object yyVal, ProductionState[] yyVals, int yyTop, int count, int yyvalue);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy