Package org.jruby.ast

Class RetryNode

java.lang.Object
org.jruby.ast.Node
org.jruby.ast.RetryNode
All Implemented Interfaces:
NonLocalControlFlowNode

public class RetryNode extends Node implements NonLocalControlFlowNode
Represents a 'retry' statement.