| Package | Description |
|---|---|
| org.jruby.ast.visitor | |
| org.jruby.ir | |
| org.jruby.parser |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractNodeVisitor.visitCaseNode(CaseNode node) |
T |
NodeVisitor.visitCaseNode(CaseNode iVisited) |
| Modifier and Type | Method and Description |
|---|---|
Operand |
IRBuilder.buildCase(CaseNode caseNode) |
| Modifier and Type | Method and Description |
|---|---|
static CaseNode |
RubyParserBase.newCaseNode(int line,
Node expression,
Node firstWhenNode)
We post-process a chain of when nodes and analyze them to re-insert them back into our new CaseNode
as a list.
|
Copyright © 2001-2023 JRuby. All Rights Reserved.