Uses of Class
org.jruby.ast.RootNode
Packages that use RootNode
-
Uses of RootNode in org.jruby
Modifier and TypeMethodDescriptionprivate RootNodeRuby.addGetsLoop(RootNode oldRoot, boolean printing, boolean processLineEndings, boolean split) Modifier and TypeMethodDescriptionprivate RootNodeRuby.addGetsLoop(RootNode oldRoot, boolean printing, boolean processLineEndings, boolean split) private ScriptAndCodeRuby.precompileCLI(RootNode scriptNode) Ruby.runWithGetsLoop(RootNode scriptNode, boolean printing, boolean processLineEnds, boolean split) Run the given script with a "while gets; end" loop wrapped around it.private ScriptAndCodeRuby.tryCompile(RootNode root, ClassDefiningClassLoader classLoader) -
Uses of RootNode in org.jruby.ast.visitor
Methods in org.jruby.ast.visitor with parameters of type RootNodeModifier and TypeMethodDescriptionAbstractNodeVisitor.visitRootNode(RootNode node) NodeVisitor.visitRootNode(RootNode iVisited) -
Uses of RootNode in org.jruby.ir
Methods in org.jruby.ir with parameters of type RootNodeModifier and TypeMethodDescriptionIRBuilder.buildEvalRoot(RootNode rootNode) static InterpreterContextprivate InterpreterContextIRBuilder.buildRootInner(RootNode rootNode)