| Package | Description |
|---|---|
| org.jruby.ast | |
| org.jruby.ast.visitor |
| 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(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 |
NodeVisitor.visitRescueBodyNode(RescueBodyNode iVisited) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.