Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.parser | |
org.jruby.truffle.translator |
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitFCallNode(FCallNode iVisited) |
T |
AbstractNodeVisitor.visitFCallNode(FCallNode node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildFCall(FCallNode fcallNode,
IRScope s) |
Modifier and Type | Method and Description |
---|---|
void |
ParserSupport.frobnicate_fcall_args(FCallNode fcall,
Node args,
Node iter) |
Modifier and Type | Method and Description |
---|---|
RubyNode |
BodyTranslator.visitFCallNode(FCallNode node) |
Copyright © 2001-2015 JRuby. All Rights Reserved.