| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/jruby/jruby/master/core/src/main/java/org/jruby/ParseResult.java | [Back] [Original] |
package org.jruby;
import org.jcodings.Encoding;
import org.jruby.parser.StaticScope;
import org.jruby.runtime.DynamicScope;
public interface ParseResult {
StaticScope getStaticScope();
DynamicScope getDynamicScope();
int getLine();
String getFile();
int getCoverageMode();
Object getAST();
Encoding getEncoding();
}
| Web Proxy Viewer | New URL | Original Page |