Package | Description |
---|---|
org.jruby | |
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.truffle | |
org.jruby.truffle.translator |
Modifier and Type | Method and Description |
---|---|
Object |
TruffleBridge.execute(TranslatorDriver.ParserContext parserContext,
Object self,
com.oracle.truffle.api.frame.MaterializedFrame parentFrame,
RootNode rootNode) |
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitRootNode(RootNode iVisited) |
T |
AbstractNodeVisitor.visitRootNode(RootNode node) |
Modifier and Type | Method and Description |
---|---|
IREvalScript |
IRBuilder.buildEvalRoot(StaticScope staticScope,
IRScope containingScope,
String file,
int lineNumber,
RootNode rootNode,
EvalType evalType) |
IRScriptBody |
IRBuilder.buildRoot(RootNode rootNode) |
Modifier and Type | Method and Description |
---|---|
Object |
TruffleBridgeImpl.execute(TranslatorDriver.ParserContext parserContext,
Object self,
com.oracle.truffle.api.frame.MaterializedFrame parentFrame,
RootNode rootNode) |
Modifier and Type | Method and Description |
---|---|
RubyRootNode |
TranslatorDriver.parse(RubyNode currentNode,
RubyContext context,
com.oracle.truffle.api.source.Source source,
TranslatorDriver.ParserContext parserContext,
com.oracle.truffle.api.frame.MaterializedFrame parentFrame,
RootNode rootNode,
NodeWrapper wrapper) |
Copyright © 2001-2015 JRuby. All Rights Reserved.