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

org.jruby.ParseResult Maven / Gradle / Ivy

package org.jruby;

import org.jruby.parser.StaticScope;

public interface ParseResult {
    StaticScope getStaticScope();
    int getLine();
    String getFile();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy