Package org.jruby.ast

Class NextNode

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

public class NextNode extends Node implements NonLocalControlFlowNode
Represents a 'next' statement.
  • Field Details

    • valueNode

      private final Node valueNode
  • Constructor Details

    • NextNode

      public NextNode(int line, Node valueNode)
  • Method Details