Package org.jruby.ast
Class RescueModNode
java.lang.Object
org.jruby.ast.Node
org.jruby.ast.RescueNode
org.jruby.ast.RescueModNode
f rescue nil
-
Field Summary
Fields inherited from class org.jruby.ast.Node
containsVariableAssignment, newline
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.ast.RescueNode
accept, childNodes, getBodyNode, getElseNode, getNodeType, getRescueNode
Methods inherited from class org.jruby.ast.Node
containsVariableAssignment, createList, createList, createList, createList, executesOnce, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewline
-
Constructor Details
-
RescueModNode
-