Package org.jruby.ast

Class DSymbolNode

All Implemented Interfaces:
Iterable<Node>

public class DSymbolNode extends DNode
Node representing symbol in a form like ':"3jane"'.
  • Constructor Details

    • DSymbolNode

      public DSymbolNode(int line, DStrNode node)
      For mutating from a DStr to a DSym (we just create a new one with same contents).
      Parameters:
      node - to be copied
    • DSymbolNode

      public DSymbolNode(int line)
  • Method Details