Package org.jruby.ast

Class OptArgNode

java.lang.Object
org.jruby.ast.Node
org.jruby.ast.OptArgNode
All Implemented Interfaces:
INameNode

public class OptArgNode extends Node implements INameNode
  • Field Details

    • value

      private final Node value
  • Constructor Details

    • OptArgNode

      public OptArgNode(int line, Node value)
  • Method Details