Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir |
Modifier and Type | Method and Description |
---|---|
T |
AbstractNodeVisitor.visitCallNode(CallNode node) |
T |
NodeVisitor.visitCallNode(CallNode iVisited) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildCall(Variable result,
CallNode callNode,
Label lazyLabel,
Label endLabel) |
protected Operand |
IRBuilder.buildLazyWithOrder(CallNode node,
Label lazyLabel,
Label endLabel,
boolean preserveOrder) |
Copyright © 2001-2020 JRuby. All Rights Reserved.