public class org.jruby.ast.DSymbolNode extends org.jruby.ast.DNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.DSymbolNode
  super_class: org.jruby.ast.DNode
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 38
            ldc Lorg/jruby/ast/DSymbolNode;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.jruby.ast.DSymbolNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.DStrNode);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/DStrNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.ast.DSymbolNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.DStrNode node
         0: .line 45
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* node */
            invokevirtual org.jruby.ast.DStrNode.getEncoding:()Lorg/jcodings/Encoding;
            invokespecial org.jruby.ast.DNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jcodings/Encoding;)V
         1: .line 47
            getstatic org.jruby.ast.DSymbolNode.$assertionsDisabled:Z
            ifne 2
            aload 2 /* node */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            ldc "node is not null"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 49
      StackMap locals: org.jruby.ast.DSymbolNode org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.DStrNode
      StackMap stack:
            aload 0 /* this */
            aload 2 /* node */
            invokevirtual org.jruby.ast.DSymbolNode.addAll:(Lorg/jruby/ast/ListNode;)Lorg/jruby/ast/ListNode;
            pop
         3: .line 50
            return
        end local 2 // org.jruby.ast.DStrNode node
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.DSymbolNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jruby/ast/DSymbolNode;
            0    4     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    4     2      node  Lorg/jruby/ast/DStrNode;
    MethodParameters:
          Name  Flags
      position  
      node      

  public void <init>(org.jruby.lexer.yacc.ISourcePosition);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ast.DSymbolNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
         0: .line 53
            aload 0 /* this */
            aload 1 /* position */
            invokespecial org.jruby.ast.DNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;)V
         1: .line 54
            return
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.DSymbolNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ast/DSymbolNode;
            0    2     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
    MethodParameters:
          Name  Flags
      position  

  public org.jruby.ast.NodeType getNodeType();
    descriptor: ()Lorg/jruby/ast/NodeType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.DSymbolNode this
         0: .line 58
            getstatic org.jruby.ast.NodeType.DSYMBOLNODE:Lorg/jruby/ast/NodeType;
            areturn
        end local 0 // org.jruby.ast.DSymbolNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/DSymbolNode;

  public <T> T accept(org.jruby.ast.visitor.NodeVisitor<T>);
    descriptor: (Lorg/jruby/ast/visitor/NodeVisitor;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ast.DSymbolNode this
        start local 1 // org.jruby.ast.visitor.NodeVisitor visitor
         0: .line 63
            aload 1 /* visitor */
            aload 0 /* this */
            invokeinterface org.jruby.ast.visitor.NodeVisitor.visitDSymbolNode:(Lorg/jruby/ast/DSymbolNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor visitor
        end local 0 // org.jruby.ast.DSymbolNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ast/DSymbolNode;
            0    1     1  visitor  Lorg/jruby/ast/visitor/NodeVisitor<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/jruby/ast/visitor/NodeVisitor<TT;>;)TT;
    MethodParameters:
         Name  Flags
      visitor  
}
SourceFile: "DSymbolNode.java"