Package org.jruby.ast

Class SValueNode

java.lang.Object
org.jruby.ast.Node
org.jruby.ast.SValueNode

public class SValueNode extends Node
  • Field Details

    • node

      protected final Node node
  • Constructor Details

    • SValueNode

      public SValueNode(int line, Node node)
  • Method Details