| Package | Description |
|---|---|
| org.jruby.ast.visitor | |
| org.jruby.ir |
| Modifier and Type | Class and Description |
|---|---|
class |
OperatorCallNode |
| 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 aResult,
CallNode callNode,
Label lazyLabel,
Label endLabel) |
protected Operand |
IRBuilder.buildLazyWithOrder(CallNode node,
Label lazyLabel,
Label endLabel,
boolean preserveOrder) |
Copyright © 2001-2022 JRuby. All Rights Reserved.