| Package | Description | 
|---|---|
| org.jruby | |
| org.jruby.ast.visitor | |
| org.jruby.ir | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | TruffleContextInterface. execute(RootNode rootNode) | 
| IRubyObject | Ruby. runWithGetsLoop(RootNode scriptNode,
               boolean printing,
               boolean processLineEnds,
               boolean split)Run the given script with a "while gets; end" loop wrapped around it. | 
| Modifier and Type | Method and Description | 
|---|---|
| T | NodeVisitor. visitRootNode(RootNode iVisited) | 
| T | AbstractNodeVisitor. visitRootNode(RootNode node) | 
| Modifier and Type | Method and Description | 
|---|---|
| InterpreterContext | IRBuilder. buildEvalRoot(RootNode rootNode) | 
| static InterpreterContext | IRBuilder. buildRoot(IRManager manager,
         RootNode rootNode) | 
Copyright © 2001-2015 JRuby. All Rights Reserved.