| Package | Description |
|---|---|
| org.jruby.ast | |
| org.jruby.ast.visitor |
| Modifier and Type | Field and Description |
|---|---|
private RescueBodyNode |
RescueBodyNode.optRescueNode |
private RescueBodyNode |
RescueNode.rescueNode |
| Modifier and Type | Method and Description |
|---|---|
RescueBodyNode |
RescueBodyNode.getOptRescueNode()
Get the next rescue node (if any).
|
RescueBodyNode |
RescueNode.getRescueNode()
Gets the first rescueNode.
|
| Modifier and Type | Method and Description |
|---|---|
private IRubyObject[] |
RescueNode.getExceptions(RescueBodyNode cRescueNode,
Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
| Constructor and Description |
|---|
RescueBodyNode(ISourcePosition position,
Node exceptionNodes,
Node bodyNode,
RescueBodyNode optRescueNode) |
RescueNode(ISourcePosition position,
Node bodyNode,
RescueBodyNode rescueNode,
Node elseNode) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
AbstractNodeVisitor.visitRescueBodyNode(RescueBodyNode iVisited) |
java.lang.Object |
NodeVisitor.visitRescueBodyNode(RescueBodyNode iVisited) |