Uses of Interface
org.jruby.ParseResult
Packages that use ParseResult
-
Uses of ParseResult in org.jruby
Methods in org.jruby that return ParseResultModifier and TypeMethodDescriptionRuby.parseFile(String file, InputStream in, DynamicScope scope) Ruby.parseFile(String file, InputStream in, DynamicScope scope, int lineNumber) Ruby.parseFileFromMain(String file, InputStream in, DynamicScope scope) Ruby.parseFromMain(String fileName, InputStream in) Methods in org.jruby with parameters of type ParseResultModifier and TypeMethodDescriptionRuby.runInterpreter(ParseResult parseResult) Ruby.runInterpreter(ThreadContext context, ParseResult parseResult, IRubyObject self) private voidRuby.wrapWithModule(RubyBasicObject self, ParseResult result) -
Uses of ParseResult in org.jruby.ast
Classes in org.jruby.ast that implement ParseResult -
Uses of ParseResult in org.jruby.ir
Classes in org.jruby.ir that implement ParseResultModifier and TypeClassDescriptionclassclassclassclassRepresents a 'for' loopclassclassclassclassRight now, this class abstracts the following execution scopes: Method, Closure, Module, Class, MetaClass Top-level Script, and Eval Script In the compiler-land, IR versions of these scopes encapsulate only as much information as is required to convert Ruby code into equivalent Java code.classMethods in org.jruby.ir with parameters of type ParseResultModifier and TypeMethodDescriptionIRTranslator.execute(Ruby runtime, ParseResult result, S specificObject)