| Package | Description |
|---|---|
| org.jruby.ast.visitor | |
| org.jruby.ir | |
| org.jruby.parser |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractNodeVisitor.visitPatternCaseNode(PatternCaseNode node) |
T |
NodeVisitor.visitPatternCaseNode(PatternCaseNode iVisited) |
| Modifier and Type | Method and Description |
|---|---|
Operand |
IRBuilder.buildPatternCase(PatternCaseNode patternCase) |
| Modifier and Type | Method and Description |
|---|---|
static PatternCaseNode |
RubyParserBase.newPatternCaseNode(int line,
Node expression,
Node firstWhenNode) |
Copyright © 2001-2023 JRuby. All Rights Reserved.