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