Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.truffle.translator |
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitCallNode(CallNode iVisited) |
T |
AbstractNodeVisitor.visitCallNode(CallNode node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildCall(CallNode callNode,
IRScope s) |
Modifier and Type | Method and Description |
---|---|
RubyNode |
BodyTranslator.translateRubiniusSingleBlockArg(com.oracle.truffle.api.source.SourceSection sourceSection,
CallNode node) |
RubyNode |
BodyTranslator.visitCallNode(CallNode node) |
RubyNode |
BodyTranslator.visitCallNodeExtraArgument(CallNode node,
RubyNode extraArgument,
boolean ignoreVisibility,
boolean isVCall)
See translateDummyAssignment to understand what this is for.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.