Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.ir.interpreter |
Modifier and Type | Method and Description |
---|---|
Object |
NodeVisitor.visitRootNode(RootNode iVisited) |
Object |
AbstractNodeVisitor.visitRootNode(RootNode iVisited) |
Modifier and Type | Method and Description |
---|---|
IREvalScript |
IRBuilder.buildEvalRoot(StaticScope staticScope,
IRScope containingScope,
String file,
int lineNumber,
RootNode rootNode) |
IRScope |
IRBuilder.buildRoot(RootNode rootNode) |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
Interpreter.interpretCommonEval(Ruby runtime,
String file,
int lineNumber,
String backtraceName,
RootNode rootNode,
IRubyObject self,
Block block) |
Copyright © 2001-2015 JRuby. All Rights Reserved.