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 |
---|---|
T |
NodeVisitor.visitRescueBodyNode(RescueBodyNode iVisited) |
T |
AbstractNodeVisitor.visitRescueBodyNode(RescueBodyNode node) |
Copyright © 2001-2015 JRuby. All Rights Reserved.