| Package | Description |
|---|---|
| org.jruby.ast | |
| org.jruby.ast.visitor | |
| org.jruby.parser |
| Modifier and Type | Method and Description |
|---|---|
RescueBodyNode |
RescueBodyNode.getOptRescueNode()
Get the next rescue node (if any).
|
RescueBodyNode |
RescueNode.getRescueNode()
Gets the first rescueNode.
|
| Constructor and Description |
|---|
RescueBodyNode(int line,
Node exceptionNodes,
Node bodyNode,
RescueBodyNode optRescueNode) |
RescueModNode(int line,
Node bodyNode,
RescueBodyNode rescueNode) |
RescueNode(int line,
Node bodyNode,
RescueBodyNode rescueNode,
Node elseNode) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractNodeVisitor.visitRescueBodyNode(RescueBodyNode node) |
T |
NodeVisitor.visitRescueBodyNode(RescueBodyNode iVisited) |
| Modifier and Type | Method and Description |
|---|---|
Node |
ParserSupport.new_bodystmt(Node head,
RescueBodyNode rescue,
Node rescueElse,
Node ensure) |
Copyright © 2001-2022 JRuby. All Rights Reserved.