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 - 2025 Weber Informatics LLC | Privacy Policy