Package | Description |
---|---|
org.jruby.truffle.nodes.control |
Modifier and Type | Class and Description |
---|---|
class |
RescueAnyNode
Rescues any exception.
|
class |
RescueClassesNode
Rescues any of a set of classes.
|
class |
RescueSplatNode
Rescue any of several classes, that we get from an expression that evaluates to an array of
classes.
|
Constructor and Description |
---|
TryNode(RubyContext context,
com.oracle.truffle.api.source.SourceSection sourceSection,
ExceptionTranslatingNode tryPart,
RescueNode[] rescueParts,
RubyNode elsePart) |
Copyright © 2001-2015 JRuby. All Rights Reserved.